Searched refs:FILE_INFO (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_scanner.h96 struct FILE_INFO { struct
97 struct FILE_INFO * st_next; /* next on stack */
140 extern struct FILE_INFO * lex_current(void);
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;
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 *
[all...]

Completed in 69 milliseconds