Searched refs:nextc (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | tty.h | 283 u_char *nextc(struct clist *q, u_char *cp, int *c);
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | tty_subr.c | 460 nextc(struct clist *clp, u_char *cp, int *c) in nextc() function
|
| H A D | tty.c | 2617 cp = nextc(&tp->t_rawq, cp, &tabc)) { in ttyrub() 2699 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) { in ttyretype() 2702 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) { in ttyretype()
|