Home
last modified time | relevance | path

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

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