Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtty.h284 u_char *nextc(struct clist *q, u_char *cp, int *c);
/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c460 nextc(struct clist *clp, u_char *cp, int *c) in nextc() function
H A Dtty.c2722 cp = nextc(&tp->t_rawq, cp, &tabc)) { in ttyrub()
2804 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) { in ttyretype()
2807 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) { in ttyretype()