Searched refs:parsefile (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.c66 MKINIT struct parsefile basepf; /* top level input file */
68 struct parsefile *parsefile = &basepf; /* current input file */ variable in typeref:struct:parsefile
110 if (parsefile->unget)
111 return parsefile->lastc[--parsefile->unget];
113 if (--parsefile->nleft >= 0)
114 c = (signed char)*parsefile->nextc++;
118 parsefile->lastc[1] = parsefile
[all...]
H A Dinput.h61 * The parsefile structure pointed to by the global variable parsefile
65 struct parsefile { struct
66 struct parsefile *prev; /* preceding file on stack */
83 extern struct parsefile *parsefile;
90 #define plinno (parsefile->linno)
H A Dinit.c131 extern struct parsefile basepf; /* top level input file */

Completed in 25 milliseconds