Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp291 static int includeDepth = 0; in processInclude() local
294 if (includeDepth >= MAX_INCLUDE_DEPTH) { in processInclude()
358 ++includeDepth; in processInclude()
360 --includeDepth; in processInclude()