Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dcond.c1056 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1081 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1112 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1224 unsigned open_conds = cond_depth - CurFile_CondMinDepth(); in Cond_EndFile()
1229 cond_depth = CurFile_CondMinDepth(); in Cond_EndFile()
Dmake.h892 unsigned CurFile_CondMinDepth(void) MAKE_ATTR_USE;
Dparse.c341 CurFile_CondMinDepth(void) in CurFile_CondMinDepth() function
2728 cond_depth = CurFile_CondMinDepth(); in HandleBreak()