Searched refs:getchar (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgetchar.c2 Implementation of a subroutine version of the macro getchar,
44 NetBSD: getchar.c,v 1.9 2003/08/07 16:43:27 agc Exp
45 getchar.c 8.1 (Berkeley) 6/4/93
53 #undef getchar macro
57 getchar( void ) function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dconsole.c72 * has input available using that console's console_driver::getchar()
78 * int key = iskey() ? getchar() : -1;
85 int getchar ( void ) { function
91 if ( console && console->getchar ) {
92 character = console->getchar ();
129 * call returns True, you can then safely call getchar() without
H A Dgetkey.c47 return getchar();
60 * constant. This function differs from getchar() in that getchar()
H A Dserial_console.c28 .getchar = serial_getc,
H A Dpc_kbd.c111 .getchar = kbd_getc,
H A Ddebug.c54 getchar();
64 getchar();
H A Dmonojob.c76 key = getchar();
H A Dpcmcia.c88 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar();
140 //printf ( "Config data 0x1b found [\n" );getchar();
247 printf ( "<press key. THIS CONDITION SHOULD BE REPORTED!>\n" ); getchar();
255 getchar();
262 //if ( PDEBUG > 2 ) {printf("<press key to continue>\n" ); getchar(); }
H A Dexec.c572 if ( iskey() && ( getchar() == CTRL_C ) )
/vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/
H A DtstHook.cpp27 getchar();
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dconsole.h13 * putchar(), getchar() and iskey() delegate to the individual console
36 * The console's putchar(), getchar() and iskey() methods will
64 int ( *getchar ) ( void ); member in struct:console_driver
73 * This should return True if a subsequent call to getchar()
100 * .getchar = my_getchar,
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdio.h11 extern int getchar ( void );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dansi_screen.c72 return getchar();
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/
H A Dlinux_console.c88 .getchar = linux_console_getchar,
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Difmgmt.c135 key = getchar();
H A Dlotest.c109 if ( iskey() && ( getchar() == CTRL_C ) )
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp367 // getchar();
558 getchar();
562 getchar();
1075 getchar();
1106 getchar();
1109 getchar();
1143 getchar();
1146 getchar();
1341 //getchar();
1386 getchar();
[all...]
H A DtstVBoxAPIWin.cpp230 getchar();
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dbios_console.c330 .getchar = bios_getchar,
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_console.c281 .getchar = efi_getchar,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h44 int getchar (void);
1142 The getchar function is equivalent to getc with the argument stdin.
1145 is at end-of-file, the end-of-file indicator is set and getchar
1146 returns EOF. Otherwise, getchar returns the next character from
1148 set and getchar returns EOF.
1150 int getchar (void);
1609 #define getchar() getc(stdin) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h85 #define _gettchar WINE_tchar_routine(getchar, getchar, getwchar)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h85 #define _gettchar WINE_tchar_routine(getchar, getchar, getwchar)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp319 getchar();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h151 int __cdecl getchar(void);

Completed in 363 milliseconds

12