Searched refs:firstfile (Results 1 – 4 of 4) sorted by relevance
49 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()
252 char* firstfile; /* ppline() first file */ \
325 static int firstfile; in mf_fgets() local338 firstfile = 1; in mf_fgets()387 if (firstfile == 0) in mf_fgets()390 firstfile = 0; in mf_fgets()
959 int firstfile; /* first source file in pass */ in build() local1129 firstfile = 0; in build()1137 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { in build()1191 firstfile = lastfile; in build()1198 qsort((char *)&srcfiles[firstfile], in build()1199 (unsigned)(lastfile - firstfile), sizeof (char *), compare); in build()