Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcond.c1291 cond_depth--; in Cond_Eval()
1304 state = cond_state[cond_depth]; in Cond_Eval()
1319 cond_state[cond_depth] = state; in Cond_Eval()
1348 if (cond_depth == cond_min_depth) { in Cond_Eval()
1352 state = cond_state[cond_depth]; in Cond_Eval()
1365 if (cond_depth + 1 >= max_if_depth) { in Cond_Eval()
1375 state = cond_state[cond_depth]; in Cond_Eval()
1376 cond_depth++; in Cond_Eval()
1388 cond_state[cond_depth] = SKIP_TO_ELSE; in Cond_Eval()
1423 cond_depth = cond_min_depth; in Cond_restore_depth()
[all …]
H A Dparse.c166 int cond_depth; /* 'if' nesting when file opened */ member
2515 curFile->cond_depth = Cond_save_depth(); in Parse_SetInput()
2735 Cond_restore_depth(curFile->cond_depth); in ParseEOF()