Home
last modified time | relevance | path

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

/dflybsd-src/contrib/bmake/
H A Dcond.c1136 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1166 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1201 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1257 unsigned int open_conds = cond_depth - CurFile_CondMinDepth(); in Cond_EndFile()
1262 cond_depth = CurFile_CondMinDepth(); in Cond_EndFile()
H A Dmake.h882 unsigned int CurFile_CondMinDepth(void) MAKE_ATTR_USE;
H A Dparse.c330 CurFile_CondMinDepth(void) in CurFile_CondMinDepth() function
2692 cond_depth = CurFile_CondMinDepth(); in HandleBreak()