Searched refs:getc (Results 1 – 13 of 13) 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)
495 c = getc(stdin); in handle_keypress()617 getc(stdin); in display_thread()623 c = getc(stdin); in display_thread()
222 * if we're using stdio for input, then we want to use getc()715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
267 * if we're using stdio for input, then we want to use getc()804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
240 * if we're using stdio for input, then we want to use getc()