Searched refs:COND_SKIP (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dcond.h48 #define COND_SKIP 1 /* Skip the next lines */ macro
/freebsd-9.3-release/contrib/bmake/
H A Dcond.c1226 * COND_SKIP if should skip lines after the conditional
1280 return cond_state[cond_depth] <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1308 return state <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1344 return COND_SKIP;
1349 return COND_SKIP;
1368 return COND_SKIP;
1377 return COND_SKIP;
1382 return COND_SKIP;
H A Dmake.h349 #define COND_SKIP 1 /* Skip the next lines */ macro
H A Dparse.c2756 case COND_SKIP:

Completed in 119 milliseconds