Home
last modified time | relevance | path

Searched refs:ConsoleGetChar (Results 1 – 3 of 3) sorted by relevance

/dports/misc/lv/lv-f7ba677/src/
H A Dconsole.h60 public int ConsoleGetChar();
H A Dcommand.c167 ch = ConsoleGetChar(); in CommandGetLine()
347 ch = ConsoleGetChar(); in CommandGetNumber()
905 ch = ConsoleGetChar(); in CommandCursor()
957 ch = ConsoleGetChar(); in CommandColon()
1182 com = ConsoleGetChar(); in Command()
H A Dconsole.c504 public int ConsoleGetChar() in ConsoleGetChar() function