Home
last modified time | relevance | path

Searched refs:unputc (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h286 int unputc(struct clist *q);
/xnu-8019.80.24/bsd/kern/
H A Dtty.c634 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()
H A Dtty_subr.c531 unputc(struct clist *clp) in unputc() function