Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c1061 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1086 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1117 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1229 unsigned open_conds = cond_depth - CurFile_CondMinDepth(); in Cond_EndFile()
1234 cond_depth = CurFile_CondMinDepth(); in Cond_EndFile()
H A Dmake.h919 unsigned CurFile_CondMinDepth(void) MAKE_ATTR_USE;
H A Dparse.c346 CurFile_CondMinDepth(void) in CurFile_CondMinDepth() function
2788 cond_depth = CurFile_CondMinDepth(); in HandleBreak()