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
1059 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1065 cond_depth--; in Cond_EvalLine()
1067 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1084 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1090 state = cond_states[cond_depth]; in Cond_EvalLine()
1099 cond_states[cond_depth] = state; in Cond_EvalLine()
1115 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()
1120 state = cond_states[cond_depth]; in Cond_EvalLine()
1123 cond_states[cond_depth] = in Cond_EvalLine()
[all …]
H A Dparse.c2199 curFile->condMinDepth = cond_depth; in Parse_PushInput()
2746 cond_depth = CurFile_CondMinDepth(); in HandleBreak()
2825 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()
2833 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()
H A Dmake.h845 extern unsigned cond_depth;