Searched refs:firstc (Results 1 – 3 of 3) sorted by relevance
283 u_char *firstc(struct clist *clp, int *c);
503 firstc(struct clist *clp, int *c) in firstc() function
2723 for (cp = firstc(&tp->t_rawq, &tabc); cp; in ttyrub()2806 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) { in ttyretype()2809 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) { in ttyretype()