Searched refs:list_append (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/jam/
H A Dlists.h21 * list_append() - append a list onto another one, returning total
37 * 08/23/94 (seiwald) - new list_append()
68 LIST * list_append( LIST *l, LIST *nl );
H A Dlists.c20 * 08/23/94 (seiwald) - new list_append()
34 * list_append() - append a list onto another one, returning total
38 list_append( function
H A Dvariable.c271 v->value = list_append( v->value, value );
H A Drules.c283 v->value = list_append( v->value, value );
H A Dcompile.c108 return list_append(
635 result = list_append( result, (*parse->func)( parse, args, jmp ) );

Completed in 48 milliseconds