Searched defs:parsefile (Results 1 – 3 of 3) sorted by relevance
85 struct parsefile { struct86 struct parsefile *prev; /* preceding file on stack */ argument99 int parsenleft; /* copy of parsefile->nleft */ argument104 struct parsefile *parsefile = &basepf; /* current input file */ variable
422 static void parsefile (const char *file, dki_t **listp, int sub_before) in parsefile() function
681 static void parsefile (const char *file, dki_t **listp) in parsefile() function