Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/bmake/
Dcond.c1263 static unsigned int max_if_depth = MAXIF; in Cond_Eval() local
1273 cond_state = bmake_malloc(max_if_depth * sizeof(*cond_state)); in Cond_Eval()
1365 if (cond_depth + 1 >= max_if_depth) { in Cond_Eval()
1371 max_if_depth += MAXIF_BUMP; in Cond_Eval()
1372 cond_state = bmake_realloc(cond_state, max_if_depth * in Cond_Eval()