Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtty.h286 int unputc(struct clist *q);
/xnu-8796.121.2/bsd/kern/
H A Dtty.c635 ttyrub((c = unputc(&tp->t_rawq)), tp); in ttyinput()
638 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()
651 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()
674 while ((c = unputc(&tp->t_rawq)) == ' ' || c == '\t') { in ttyinput()
685 c = unputc(&tp->t_rawq); in ttyinput()
699 c = unputc(&tp->t_rawq); in ttyinput()
H A Dtty_subr.c531 unputc(struct clist *clp) in unputc() function