Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp298 static int includeDepth = 0; in processInclude() local
301 if (includeDepth >= MAX_INCLUDE_DEPTH) { in processInclude()
365 ++includeDepth; in processInclude()
367 --includeDepth; in processInclude()