Searched defs:found_eof (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.h65 int found_eof; member in class:DLGFileInput
68 DLGFileInput(FILE *f) { input = f; found_eof = 0; }
71 if ( found_eof ) return EOF;
74 if ( c==EOF ) found_eof = 1;
78 void DLGFileReset(FILE *f) {input=f; found_eof = 0; }; // MR11

Completed in 32 milliseconds