Searched refs:getc (Results 1 – 12 of 12) sorted by relevance
47 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()146 if (serial_cd.getc) in serial_console_init()
61 scdp->getc = psc_getc; in mpc5200_psc_console_init()
79 scdp->getc = ns16550_getc; in ns16550_console_init()
291 scdp->getc = cpm_serial_getc; in cpm_console_init()
70 unsigned char (*getc)(void); member
86 CALLBACK(getc, CCB_GETC, 2)
65 c = getc(fp); in get_offset()
58 c = getc(fp); in skip_until_empty_line()
100 #define getc(stream) fgetc(stream) macro
506 c = getc(stdin); in perf_top__handle_keypress()697 getc(stdin); in display_thread()713 c = getc(stdin); in display_thread()
1454 c = getc(stdin); in perf_kvm__handle_stdin()
5716 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()5900 switch (getc(stdin)) { in do_sleep()