Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c1059 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1084 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1115 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1227 unsigned open_conds = cond_depth - CurFile_CondMinDepth(); in Cond_EndFile()
1232 cond_depth = CurFile_CondMinDepth(); in Cond_EndFile()
H A Dmake.h921 unsigned CurFile_CondMinDepth(void) MAKE_ATTR_USE;
H A Dparse.c346 CurFile_CondMinDepth(void) in CurFile_CondMinDepth() function
2746 cond_depth = CurFile_CondMinDepth(); in HandleBreak()