Searched refs:list_new (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/jam/
H A Djam.c100 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
234 var_set( "JAMJOBS", list_new( L0, s, 0 ), VAR_SET );
295 var_set( "JAMDATE", list_new( L0, buf, 0 ), VAR_SET );
306 l = list_new( l, u.machine, 0 );
307 l = list_new( l, u.version, 0 );
308 l = list_new( l, u.release, 0 );
309 l = list_new( l, u.nodename, 0 );
310 l = list_new( l, u.sysname, 0 );
340 l = list_new( l, targets[i], 0 );
H A Dlists.h22 * list_new() - tack a string onto the end of a list of strings
38 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
71 LIST * list_new( LIST *head, const char *string, int copy );
H A Dheaders.c27 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
76 lol_add( &lol, list_new( L0, t->name, 1 ) );
138 result = list_new( result, buf2, 0 );
H A Dlists.c16 * chain onto freelist and list_new() looks on freelist first for an
18 * chain: it lazily lets list_new() do so.
22 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
61 * list_new() - tack a string onto the end of a list of strings
65 list_new( function
118 l = list_new( l, nl->string, 1 );
139 nl = list_new( nl, l->string, 1 );
H A Dexpand.c27 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
117 return list_new( l, inp, 1 );
119 return list_new( l, out_buf, 0 );
272 evalue = value = list_new( L0, edits.empty.ptr, 0 );
318 l = list_new( l, out_buf, 0 );
332 l = list_new( l, out_buf, 0 );
H A Dvariable.c29 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
114 l = list_new( l, buf, 0 );
117 l = list_new( l, pp, 0 );
H A Dbuiltins.c27 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
244 globbing->results = list_new( globbing->results, file, 0 );
314 result = list_new( result, buf, 0 );
H A Dhcache.c238 l = list_new(l, s, 1);
256 l = list_new(l, s, 1);
H A Dcompile.c64 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
240 else t = list_new( L0, "1", 0 );
274 var_set( p->string, list_new( L0, l->string, 1 ), VAR_SET );
754 params = list_new( params, p->string, 1 );
H A Dmake1.c47 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
603 l = list_new( l, t->boundname, 1 );
635 nl = list_new( nl, t->boundname, 1 );

Completed in 51 milliseconds