Searched refs:unputc (Results 1 – 3 of 3) sorted by relevance
287 int unputc(struct clist *q);
695 ttyrub((c = unputc(&tp->t_rawq)), tp); in ttyinput()698 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()711 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()734 while ((c = unputc(&tp->t_rawq)) == ' ' || c == '\t') { in ttyinput()745 c = unputc(&tp->t_rawq); in ttyinput()759 c = unputc(&tp->t_rawq); in ttyinput()
531 unputc(struct clist *clp) in unputc() function