Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.h96 struct FILE_INFO { struct
97 struct FILE_INFO * st_next; /* next on stack */ argument
98 FILE * fpi; /* File Descriptor */
99 int force_eof; /* locked or not */
100 int backch; /* ungetch buffer */
102 struct LCPOS curpos; /* current scan position */
103 struct LCPOS bakpos; /* last line end for ungetc */
104 struct LCPOS tokpos; /* current token position */
105 struct LCPOS errpos; /* error position */
107 char fname[1]; /* (formal only) buffered name */