Searched defs:putchar (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/lib/
H A Dputchar.c2 * putchar.c
9 #undef putchar macro
11 int putchar(int c) function
/external/syslinux/dos/
H A Dconio.c22 int putchar(int ch) function
25 putchar('\r');
36 putchar(*s);
/external/syslinux/gpxe/src/core/
H A Dconsole.c18 * each device's console_driver::putchar() method.
21 void putchar ( int character ) { function
26 putchar ( '\r' );
29 if ( ( ! console->disabled ) && console->putchar )
30 console->putchar ( character );
/external/syslinux/gpxe/src/include/
H A Dconsole.h12 * putchar(), getchar() and iskey() delegate to the individual console
35 * The console's putchar(), putline(), getchar() and iskey()
50 void ( *putchar ) ( int character ); member in struct:console_driver
102 * .putchar = my_putchar,
114 extern void putchar ( int character );
H A Dcmdlinelib.h55 cmdl_putchar_t putchar; member in struct:__anon24878
/external/syslinux/com32/include/
H A Dstdio.h64 #define putchar(c) fputc((c),stdout) macro
/external/syslinux/com32/gplinclude/zzjson/
H A Dzzjson.h44 int (*putchar)(int c, void *handle); // pr member in struct:ZZJSON_CONFIG
/external/syslinux/memdisk/
H A Dconio.c23 int putchar(int ch) function
30 putchar('\r');
44 putchar(*s);

Completed in 213 milliseconds