Searched defs:firstfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c325 static int firstfile; local
338 firstfile = 1;
387 if (firstfile == 0)
390 firstfile = 0;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c959 int firstfile; /* first source file in pass */ local
1129 firstfile = 0;
1137 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) {
1191 firstfile = lastfile;
1198 qsort((char *)&srcfiles[firstfile],
1199 (unsigned)(lastfile - firstfile), sizeof (char *), compare);

Completed in 227 milliseconds