Searched refs:list_copy (Results 1 - 7 of 7) sorted by last modified time

/haiku-buildtools/jam/
H A Dexpand.c94 return list_copy( l, lol_get( lol, 0 ) );
98 return list_copy( l, lol_get( lol, 1 ) );
260 l = list_copy( l, value );
H A Dcompile.c416 s = addsettings( s, 0, l->string, list_copy( (LIST*)0, ns ) );
626 list_copy( L0, lol_get( args, i ) ) );
726 var_set( l->string, list_copy( L0, ns ), parse->num );
861 l->string, list_copy( (LIST*)0, ns ) );
H A Dhcache.c397 l = list_copy (0, c->includes);
422 c->includes = list_copy (0, l);
423 c->hdrscan = list_copy(0, hdrscan);
H A Dlists.c109 * list_copy() - copy a whole list of strings (nl) onto end of another (l)
113 list_copy( function
H A Dlists.h23 * list_copy() - copy a whole list of strings
69 LIST * list_copy( LIST *l, LIST *nl );
H A Dmake1.c509 list_copy( L0, nt ),
511 list_copy( L0, shell ),
H A Drules.c321 v->value = list_copy( 0, from->value );

Completed in 55 milliseconds