Searched defs:FILE_INFO (Results 1 – 1 of 1) sorted by relevance
98 struct FILE_INFO { struct99 struct FILE_INFO * st_next; /* next on stack */ argument100 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 */