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

/freebsd-10.2-release/contrib/bmake/
H A Dcond.c181 static unsigned int cond_depth = 0; /* current .if nesting level */ variable
1274 if (cond_depth == cond_min_depth) {
1279 cond_depth--;
1280 return cond_state[cond_depth] <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1287 if (cond_depth == cond_min_depth) {
1292 state = cond_state[cond_depth];
1307 cond_state[cond_depth] = state;
1336 if (cond_depth == cond_min_depth) {
1340 state = cond_state[cond_depth];
1343 cond_state[cond_depth]
[all...]
H A Dparse.c163 int cond_depth; /* 'if' nesting when file opened */ member in struct:IFile
2412 curFile->cond_depth = Cond_save_depth();
2564 Cond_restore_depth(curFile->cond_depth);

Completed in 59 milliseconds