Searched refs:firstfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c49 if (!pp.firstfile)
50 pp.firstfile = file;
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
H A Dpplib.h252 char* firstfile; /* ppline() first file */ \
/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 50 milliseconds