Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c1033 static IfState *cond_states = NULL; in Cond_EvalLine() local
1044 if (cond_states == NULL) { in Cond_EvalLine()
1045 cond_states = bmake_malloc( in Cond_EvalLine()
1046 cond_states_cap * sizeof *cond_states); in Cond_EvalLine()
1047 cond_states[0] = IFS_ACTIVE; in Cond_EvalLine()
1067 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1090 state = cond_states[cond_depth]; in Cond_EvalLine()
1099 cond_states[cond_depth] = state; in Cond_EvalLine()
1120 state = cond_states[cond_depth]; in Cond_EvalLine()
1123 cond_states[cond_depth] = in Cond_EvalLine()
[all …]