Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dparse.c146 unsigned int condMinDepth; /* depth of nested 'if' directives, at the member
348 return CurFile()->condMinDepth; in CurFile_CondMinDepth()
2236 curFile->condMinDepth = cond_depth; in Parse_PushInput()
2866 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()
2874 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()