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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h277 u_char *nextc(struct clist *q, u_char *cp, int *c);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c418 nextc(struct clist *clp, u_char *cp, int *c) function
H A Dtty.c2531 cp = nextc(&tp->t_rawq, cp, &tabc))
2608 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
2610 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))

Completed in 23 milliseconds