Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.h98 struct FILE_INFO { struct
99 struct FILE_INFO * st_next; /* next on stack */ argument
100 FILE * fpi; /* File Descriptor */
101 int force_eof; /* locked or not */
102 int backch; /* ungetch buffer */
104 struct LCPOS curpos; /* current scan position */
105 struct LCPOS bakpos; /* last line end for ungetc */
106 struct LCPOS tokpos; /* current token position */
107 struct LCPOS errpos; /* error position */
109 char fname[1]; /* (formal only) buffered name */