Searched refs:getche (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dconio.h44 static inline int getche(void) { return _getche(); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dconio.h54 static inline int getche(void) { return _getche(); } function
/vbox/src/VBox/Devices/Graphics/BIOS/tests/
H A Dtestbios.c204 c=getche();
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c76 # define getch() _read_kbd(0, 1, 0) /* need getche() */
81 # define getch() getkey() /* GRR: need getche() */
83 # include <conio.h> /* for getche() console input */
803 buf[count++] = ch = getche();

Completed in 45 milliseconds