Searched refs:ELSE_ACTIVE (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dcond.c1255 * Note that the states IF_ACTIVE and ELSE_ACTIVE are only different in order
1268 ELSE_ACTIVE, /* .else part active */
1303 return cond_state[cond_depth] <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1318 state = ELSE_ACTIVE;
1320 case ELSE_ACTIVE:
1331 return state <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1364 if (state == SKIP_TO_ENDIF || state == ELSE_ACTIVE) {
1388 if (state > ELSE_ACTIVE) {
1257 ELSE_ACTIVE, /* .else part active */ enumerator in enum:if_states

Completed in 84 milliseconds