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

/freebsd-9.3-release/usr.bin/make/
H A Dcond.h47 #define COND_PARSE 0 /* Parse the next lines */ macro
/freebsd-9.3-release/contrib/bmake/
H A Dcond.c1137 * COND_PARSE if the condition was valid grammatically
1191 return COND_PARSE;
1197 return COND_PARSE;
1225 * COND_PARSE if should parse lines after the conditional
1276 return COND_PARSE;
1280 return cond_state[cond_depth] <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1289 return COND_PARSE;
1308 return state <= ELSE_ACTIVE ? COND_PARSE : COND_SKIP;
1338 return COND_PARSE;
1385 return COND_PARSE;
[all...]
H A Dmake.h348 #define COND_PARSE 0 /* Parse the next lines */ macro
H A Dparse.c2757 /* Skip to next conditional that evaluates to COND_PARSE. */
2760 } while (line && Cond_Eval(line) != COND_PARSE);
2764 case COND_PARSE:

Completed in 61 milliseconds