Home
last modified time | relevance | path

Searched refs:MAX_NEST_DEPTH (Results 1 – 17 of 17) sorted by relevance

/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/
H A Dcmd.c403 #define MAX_NEST_DEPTH 10 macro
412 char open_depth[MAX_NEST_DEPTH]; in enter_debugger()
413 char close_depth[MAX_NEST_DEPTH]; in enter_debugger()
479 for (i=0; i<=makelevel && i < MAX_NEST_DEPTH-5; i++) { in enter_debugger()
484 if ( MAX_NEST_DEPTH - 5 == i ) { in enter_debugger()
/dports/graphics/okular/okular-21.12.3/generators/chm/lib/
H A Debook_chm.cpp349 const int MAX_NEST_DEPTH = 256; in parseFileAndFillArray() local
498 if (++indent >= MAX_NEST_DEPTH) in parseFileAndFillArray()
499 …Impl::ParseAndFillTopicsTree: max nest depth (%d) is reached, error in help file", MAX_NEST_DEPTH); in parseFileAndFillArray()
/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/lib/libebook/
H A Debook_chm.cpp380 const int MAX_NEST_DEPTH = 256; in parseFileAndFillArray() local
553 if ( ++indent >= MAX_NEST_DEPTH ) in parseFileAndFillArray()
554 …Impl::ParseAndFillTopicsTree: max nest depth (%d) is reached, error in help file", MAX_NEST_DEPTH); in parseFileAndFillArray()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DSimpleFileParsing.c35 #define MAX_NEST_DEPTH 20 macro
657 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c30 #define MAX_NEST_DEPTH 20 macro
638 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c24 #define MAX_NEST_DEPTH 20 macro
632 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
H A DMakeDeps.c45 #define MAX_NEST_DEPTH 1000 // just in case we get in an endless loop. macro
425 if (NestDepth > MAX_NEST_DEPTH) { in ProcessFile()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
H A DStrGather.c38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop. macro
472 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStrGather.c38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop. macro
499 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()