Searched refs:firstc (Results 1 – 6 of 6) sorted by relevance
299 size_t firstc; local366 firstc = pglob->gl_pathc;407 if (pglob->gl_pathc != firstc)
316 u_char *firstc(struct clist *, int *);
386 int firstc; local455 firstc = pglob->gl_pathc;498 if (pglob->gl_pathc != firstc)
385 size_t firstc; in __glob() local437 firstc = pglob->gl_pathc; in __glob()477 if (pglob->gl_pathc != firstc) in __glob()
431 firstc(struct clist *clp, int *c) in firstc() function
2476 for (cp = firstc(&tp->t_rawq, &tabc); cp; in ttyrub()2544 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) in ttyretype()2546 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) in ttyretype()