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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c626 STATIC UINTN NestDepth = 0; local
631 NestDepth++;
637 fprintf (stdout, "%*cProcessing file '%s'\n", (int)NestDepth * 2, ' ', SourceFile->FileName);
644 if (NestDepth > MAX_NEST_DEPTH) {
645 Error (NULL, 0, 3001, "Not Supported", "%s exceeeds max nesting depth (%u)", SourceFile->FileName, (unsigned) NestDepth);

Completed in 33 milliseconds