bin/sh/parser.c
1891
readtoken1(int firstc, char const *syn, int oneword)
bin/sh/parser.c
1927
firstc&0xFF, SYNTAX, magicq ? "magic quotes" : "",
bin/sh/parser.c
1932
for (c = firstc ;; c = pgetc_macro()) { /* until of token */
sys/kern/tty.c
2476
for (cp = firstc(&tp->t_rawq, &tabc); cp;
sys/kern/tty.c
2544
for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
sys/kern/tty.c
2546
for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))
sys/sys/tty.h
316
u_char *firstc(struct clist *, int *);