Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dcond.c1128 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1159 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1195 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1315 unsigned int open_conds = cond_depth - CurFile_CondMinDepth(); in Cond_EndFile()
1320 cond_depth = CurFile_CondMinDepth(); in Cond_EndFile()
H A Dmake.h884 unsigned int CurFile_CondMinDepth(void) MAKE_ATTR_USE;
H A Dparse.c346 CurFile_CondMinDepth(void) in CurFile_CondMinDepth() function
2789 cond_depth = CurFile_CondMinDepth(); in HandleBreak()