Searched refs:unputc (Results 1 – 3 of 3) sorted by relevance
286 int unputc(struct clist *q);
634 ttyrub((c = unputc(&tp->t_rawq)), tp); in ttyinput()637 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()650 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()673 while ((c = unputc(&tp->t_rawq)) == ' ' || c == '\t') { in ttyinput()684 c = unputc(&tp->t_rawq); in ttyinput()698 c = unputc(&tp->t_rawq); in ttyinput()
531 unputc(struct clist *clp) in unputc() function