Home
last modified time | relevance | path

Searched refs:firstfile (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/grep/egrep/
H A Degrep.c111 int firstfile; /* argv index of first file argument */ variable
288 if ((firstfile = optind) >= argc) {
886 while (firstfile && optind > firstfile)
887 args[firstfile++] = _PATH_DEVNULL;
/original-bsd/usr.sbin/config.new/
H A Dmain.c35 int firstfile __P((const char *));
109 if (firstfile(conffile)) {