Searched refs:getc (Results 1 – 15 of 15) sorted by relevance
49 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()144 if (serial_cd.getc) in serial_console_init()
60 scdp->getc = psc_getc; in mpc5200_psc_console_init()
75 scdp->getc = uartlite_getc; in uartlite_console_init()
73 scdp->getc = ns16550_getc; in ns16550_console_init()
161 scdp->getc = mpsc_getc; in mpsc_console_init()
290 scdp->getc = cpm_serial_getc; in cpm_console_init()
71 unsigned char (*getc)(void); member
19 while ((c=getc(inf))!=EOF) in loadhex()
84 CALLBACK(getc, CCB_GETC, 2)
443 c = getc(stdin); in perf_top__handle_keypress()616 getc(stdin); in display_thread()632 c = getc(stdin); in display_thread()
893 c = getc(stdin); in perf_kvm__handle_stdin()
223 int c = getc(stream); in compat_getline()
231 * if we're using stdio for input, then we want to use getc()
212 * if we're using stdio for input, then we want to use getc()676 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
222 * if we're using stdio for input, then we want to use getc()772 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \