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

/haiku-buildtools/jam/
H A Drules.h71 # define RULE_EXISTING 0x20 /* $(>) is pre-exisitng sources only */ macro
H A Dmake1.c468 if( !ns && ( ruleFlags & ( RULE_UPDATED | RULE_EXISTING ) ) )
576 make1bind( t, !( flags & RULE_EXISTING ) );
578 if( ( flags & RULE_EXISTING ) && t->binding != T_BIND_EXISTS )
H A Djamgram.yy296 { $$.number = RULE_EXISTING; }
H A Djamgram.y342 { $$.number = RULE_EXISTING; }

Completed in 49 milliseconds