Searched refs:console_in (Results 1 – 2 of 2) sorted by relevance
424 if (gd->console_in.start) { in getc()427 ch = membuff_getbyte((struct membuff *)&gd->console_in); in getc()449 if (gd->console_in.start) { in tstc()450 if (membuff_peekbyte((struct membuff *)&gd->console_in) != -1) in tstc()630 ret = membuff_new((struct membuff *)&gd->console_in, in console_record_init()639 membuff_purge((struct membuff *)&gd->console_in); in console_record_reset()
125 struct membuff console_in; /* console input */ member