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

/haiku-buildtools/jam/
H A Drules.h181 TARGETS *targetlist( TARGETS *chain, LIST *targets );
H A Drules.c16 * targetlist() - turn list of target names into a TARGET chain
146 * targetlist() - turn list of target names into a TARGET chain
154 targetlist(
153 targetlist( function
H A Dbuiltins.c149 t->depends = targetlist( t->depends, sources );
H A Dcompile.c578 action->targets = targetlist( (TARGETS *)0, lol_get( args, 0 ) );
579 action->sources = targetlist( (TARGETS *)0, lol_get( args, 1 ) );

Completed in 47 milliseconds