HomeSort by: relevance | last modified time | path
    Searched defs:condMinDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
parse.c 128 unsigned condMinDepth; /* depth of nested 'if' directives, at the
343 return CurFile()->condMinDepth;
2236 curFile->condMinDepth = cond_depth;
2862 if (cond_depth == curFile->condMinDepth + 1)
2870 if (cond_depth == curFile->condMinDepth
parse.c 128 unsigned condMinDepth; /* depth of nested 'if' directives, at the
343 return CurFile()->condMinDepth;
2236 curFile->condMinDepth = cond_depth;
2862 if (cond_depth == curFile->condMinDepth + 1)
2870 if (cond_depth == curFile->condMinDepth

Completed in 54 milliseconds