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

/haiku-buildtools/jam/
H A Drules.h70 # define RULE_PIECEMEAL 0x10 /* split exec so each $(>) is small */ macro
H A Djamgram.yy294 { $$.number = RULE_PIECEMEAL; }
H A Djamgram.y340 { $$.number = RULE_PIECEMEAL; }
H A Dmake1.c410 * grouping RULE_TOGETHER actions, splitting RULE_PIECEMEAL actions,
523 else if( ( ruleFlags & RULE_PIECEMEAL ) && chunk > 1 )

Completed in 43 milliseconds