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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c82 } mGlobals; variable in typeref:struct:__anon9964
183 memset ((VOID *) &mGlobals, 0, sizeof (mGlobals));
205 return mGlobals.SourceFile.LineNum;
227 if (mGlobals.SourceFile.FileName[0]) {
228 return mGlobals.SourceFile.FileName;
252 t_strcpy (mGlobals.SourceFile.FileName, FileName);
253 Status = ProcessIncludeFile (&mGlobals.SourceFile, NULL);
284 SkipWhiteSpace (&mGlobals.SourceFile);
285 if (EndOfFile (&mGlobals
[all...]

Completed in 34 milliseconds