Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDcond.c1103 static unsigned int cond_states_cap = 128; in Cond_EvalLine() local
1115 cond_states_cap * sizeof *cond_states); in Cond_EvalLine()
1213 if (cond_depth + 1 >= cond_states_cap) { in Cond_EvalLine()
1219 cond_states_cap += 32; in Cond_EvalLine()
1221 cond_states_cap * sizeof *cond_states); in Cond_EvalLine()