Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c133 unsigned condMinDepth; /* depth of nested 'if' directives, at the member
348 return CurFile()->condMinDepth; in CurFile_CondMinDepth()
2241 curFile->condMinDepth = cond_depth; in Parse_PushInput()
2867 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()
2875 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()