Lines Matching refs:FILE_INFO
41 static struct FILE_INFO * lex_stack = NULL;
113 * The 'fgetc()' / 'ungetc()' replacements now operate on a FILE_INFO
116 * FILE_INFO structure. This is sufficient, as the parser does *not*
134 static struct FILE_INFO *
140 struct FILE_INFO *stream;
166 struct FILE_INFO *stream
229 struct FILE_INFO *stream
257 struct FILE_INFO *stream
272 * linked list of FILE_INFO structs.
280 static struct FILE_INFO *
282 struct FILE_INFO * head
285 struct FILE_INFO * tail;
351 * FILE_INFO suitable for in-memory parsing; otherwise, create a
352 * FILE_INFO that is bound to a local/disc file. Note that 'path' must
362 struct FILE_INFO * next = NULL;
384 struct FILE_INFO * head = lex_stack;
385 struct FILE_INFO * tail = NULL;
411 struct FILE_INFO *ipf = lex_stack;
427 struct FILE_INFO *