Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcond.c1110 static enum IfState *cond_states = NULL; in Cond_EvalLine() local
1121 if (cond_states == NULL) { in Cond_EvalLine()
1122 cond_states = bmake_malloc( in Cond_EvalLine()
1124 cond_states[0] = IFS_ACTIVE; in Cond_EvalLine()
1171 state = cond_states[cond_depth]; in Cond_EvalLine()
1180 cond_states[cond_depth] = state; in Cond_EvalLine()
1205 state = cond_states[cond_depth]; in Cond_EvalLine()
1208 cond_states[cond_depth] = in Cond_EvalLine()
1225 cond_states = bmake_realloc(cond_states, in Cond_EvalLine()
1228 state = cond_states[cond_depth]; in Cond_EvalLine()
[all …]