Searched refs:curpfile (Results 1 – 1 of 1) sorted by relevance
50 static size_t curpfile; /* current filename */ variable269 if (curpfile >= npfile) in pgetc()271 if (strcmp(pfile[curpfile], "-") == 0) in pgetc()273 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL) in pgetc()274 FATAL("can't open file %s", pfile[curpfile]); in pgetc()282 curpfile++; in pgetc()289 return pfile[curpfile < npfile ? curpfile : curpfile - 1]; in cursource()