Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c168 unsigned cond_depth = 0; /* current .if nesting level */ variable
1061 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1067 cond_depth--; in Cond_EvalLine()
1069 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1086 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1092 state = cond_states[cond_depth]; in Cond_EvalLine()
1101 cond_states[cond_depth] = state; in Cond_EvalLine()
1117 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1122 state = cond_states[cond_depth]; in Cond_EvalLine()
1125 cond_states[cond_depth] = in Cond_EvalLine()
[all …]
H A Dparse.c2241 curFile->condMinDepth = cond_depth; in Parse_PushInput()
2788 cond_depth = CurFile_CondMinDepth(); in HandleBreak()
2867 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()
2875 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()
H A Dmake.h843 extern unsigned cond_depth;