Searched refs:cons_full (Results 1 – 1 of 1) sorted by relevance
514 bool cons_full; in xencons_tx() local529 cons_full = false; in xencons_tx()530 while (!cons_full && ttydisc_getc(tp, &c, 1) == 1) in xencons_tx()531 cons_full = xencons_putc(cons, c, false); in xencons_tx()533 return (!cons_full); in xencons_tx()