Searched refs:FILE_INFO (Results 1 – 3 of 3) sorted by relevance
41 static struct FILE_INFO * lex_stack = NULL;113 * The 'fgetc()' / 'ungetc()' replacements now operate on a FILE_INFO116 * FILE_INFO structure. This is sufficient, as the parser does *not*134 static struct FILE_INFO *140 struct FILE_INFO *stream; in lex_open() 166 struct FILE_INFO *stream in lex_getch() 229 struct FILE_INFO *stream in lex_ungetch() 257 struct FILE_INFO *stream in lex_close() 272 * linked list of FILE_INFO structs.280 static struct FILE_INFO *[all...]
96 struct FILE_INFO { struct97 struct FILE_INFO * st_next; /* next on stack */ argument140 extern struct FILE_INFO * lex_current(void);
2414 struct FILE_INFO * ip_ctx = lex_current(); in yyparse() 2950 struct FILE_INFO * ip_ctx; in yyparse() 4117 struct FILE_INFO * ip_ctx;