Home
last modified time | relevance | path

Searched refs:FILE_INFO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c41 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; 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...]
H A Dntp_scanner.h96 struct FILE_INFO { struct
97 struct FILE_INFO * st_next; /* next on stack */ argument
140 extern struct FILE_INFO * lex_current(void);
H A Dntp_parser.c2414 struct FILE_INFO * ip_ctx = lex_current(); in yyparse()
2950 struct FILE_INFO * ip_ctx; in yyparse()
4117 struct FILE_INFO * ip_ctx;