Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dcond.c1144 if (cond_depth == cond_min_depth) { in Cond_EvalLine()
1150 cond_depth--; in Cond_EvalLine()
1179 state = cond_states[cond_depth]; in Cond_EvalLine()
1188 cond_states[cond_depth] = state; in Cond_EvalLine()
1209 if (cond_depth == cond_min_depth) { in Cond_EvalLine()
1213 state = cond_states[cond_depth]; in Cond_EvalLine()
1216 cond_states[cond_depth] = in Cond_EvalLine()
1236 state = cond_states[cond_depth]; in Cond_EvalLine()
1237 cond_depth++; in Cond_EvalLine()
1270 cond_depth = cond_min_depth; in Cond_restore_depth()
[all …]
H A Dparse.c138 unsigned int cond_depth; /* 'if' nesting when file opened */ member
2150 curFile->cond_depth = Cond_save_depth(); in Parse_PushInput()
2287 Cond_restore_depth(curFile->cond_depth); in ParseEOF()