Searched refs:basepf (Results 1 – 2 of 2) sorted by relevance
131 extern struct parsefile basepf; /* top level input file */156 basepf.nextc = basepf.buf = basebuf; in init()157 basepf.linno = 1; in init()235 basepf.lleft = basepf.nleft = 0; in reset()
66 MKINIT struct parsefile basepf; /* top level input file */ variable68 struct parsefile *parsefile = &basepf; /* current input file */88 basepf.nextc = basepf.buf = basebuf;89 basepf.linno = 1;94 basepf.lleft = basepf.nleft = 0;517 while (parsefile != &basepf) in popallfiles()
Completed in 3 milliseconds