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