Searched refs:console_in (Results 1 – 2 of 2) sorted by relevance
422 if (gd->console_in.start) { in getc()425 ch = membuff_getbyte((struct membuff *)&gd->console_in); in getc()447 if (gd->console_in.start) { in tstc()448 if (membuff_peekbyte((struct membuff *)&gd->console_in) != -1) in tstc()612 ret = membuff_new((struct membuff *)&gd->console_in, in console_record_init()621 membuff_purge((struct membuff *)&gd->console_in); in console_record_reset()
125 struct membuff console_in; /* console input */ member