Home
last modified time | relevance | path

Searched refs:UnicodeChar (Results 1 – 2 of 2) sorted by relevance

/DragonStub/lib/
H A Dconsole.c77 if (Key.UnicodeChar == '\n' || in IInput()
78 Key.UnicodeChar == '\r') { in IInput()
82 if (Key.UnicodeChar == '\b') { in IInput()
90 if (Key.UnicodeChar >= ' ') { in IInput()
92 InStr[Len] = Key.UnicodeChar; in IInput()
/DragonStub/inc/
H A Deficon.h243 CHAR16 UnicodeChar; member