Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c49 if (!pp.firstfile) in ppline()
50 pp.firstfile = file; in ppline()
51 … PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_s… in ppline()
H A Dpplib.h252 char* firstfile; /* ppline() first file */ \
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c328 static int firstfile; in mf_fgets() local
341 firstfile = 1; in mf_fgets()
390 if (firstfile == 0) in mf_fgets()
393 firstfile = 0; in mf_fgets()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c957 int firstfile; /* first source file in pass */ in build() local
1127 firstfile = 0; in build()
1135 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { in build()
1189 firstfile = lastfile; in build()
1196 qsort((char *)&srcfiles[firstfile], in build()
1197 (unsigned)(lastfile - firstfile), sizeof (char *), compare); in build()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …stdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile;… member
437 …stdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile;… member