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

/haiku-buildtools/jam/
H A Drules.h67 # define RULE_TOGETHER 0x02 /* combine actions on single target */ macro
H A Dmake1.c410 * grouping RULE_TOGETHER actions, splitting RULE_PIECEMEAL actions,
424 /* RULE_TOGETHER, so actions already seen are skipped. */
457 if( ruleFlags & RULE_TOGETHER )
587 /* Prohibit duplicates for RULE_TOGETHER */
589 if( flags & RULE_TOGETHER )
H A Djamgram.yy288 { $$.number = RULE_TOGETHER; }
H A Djamgram.y334 { $$.number = RULE_TOGETHER; }

Completed in 66 milliseconds