Home
last modified time | relevance | path

Searched refs:firstc (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl2/xcvs/dist/lib/
H A Dglob.c299 size_t firstc; local
366 firstc = pglob->gl_pathc;
407 if (pglob->gl_pathc != firstc)
/netbsd/sys/sys/
H A Dtty.h316 u_char *firstc(struct clist *, int *);
/netbsd/external/gpl2/gmake/dist/glob/
H A Dglob.c386 int firstc; local
455 firstc = pglob->gl_pathc;
498 if (pglob->gl_pathc != firstc)
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c386 size_t firstc; in __glob() local
438 firstc = pglob->gl_pathc; in __glob()
478 if (pglob->gl_pathc != firstc) in __glob()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob.c386 size_t firstc; in __glob() local
438 firstc = pglob->gl_pathc; in __glob()
478 if (pglob->gl_pathc != firstc) in __glob()
/netbsd/sys/kern/
H A Dtty_subr.c431 firstc(struct clist *clp, int *c) in firstc() function
H A Dtty.c2480 for (cp = firstc(&tp->t_rawq, &tabc); cp; in ttyrub()
2548 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) in ttyretype()
2550 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) in ttyretype()
/netbsd/bin/sh/
H A Dparser.c1891 readtoken1(int firstc, char const *syn, int oneword) argument
1927 firstc&0xFF, SYNTAX, magicq ? "magic quotes" : "",
1932 for (c = firstc ;; c = pgetc_macro()) { /* until of token */