Searched refs:list_free (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-list.h139 list_free(struct objc_list* list) function
143 list_free(list->tail);
/haiku-buildtools/jam/
H A Dcompile.c242 if( ll ) list_free( ll );
243 if( lr ) list_free( lr );
278 list_free( result );
292 list_free( nv );
317 list_free( l );
362 list_free( nt );
418 list_free( ns );
419 list_free( nt );
484 list_free( nt );
533 list_free( l
[all...]
H A Dcommand.c65 list_free( cmd->shell );
H A Dlists.h25 * list_free() - free a list of strings
70 void list_free( LIST *head );
H A Dvariable.c204 list_free( l );
265 list_free( v->value );
279 list_free( value );
H A Dparse.c60 list_free( (*(p->func))( p, &l, &jmp ) );
H A Dhcache.c244 list_free(c->includes);
388 list_free(c->includes);
389 list_free(c->hdrscan);
403 list_free (c->includes);
404 list_free(c->hdrscan);
H A Dlists.c15 * To avoid massive allocation, list_free() just tacks the whole freed
17 * available list struct. list_free() does not free the strings in the
31 static LIST *freelist = 0; /* junkpile for list_free() */
145 * list_free() - free a list of strings
149 list_free( LIST *head ) function
257 list_free( lol->list[i] );
H A Dheaders.c86 list_free( evaluate_rule( hdrrule->string, &lol, L0, &jmp ) );
H A Drules.c277 list_free( v->value );
288 list_free( value );
362 list_free( v->value );
H A Dexpand.c339 list_free( evalue );
346 list_free( variables );
348 list_free( remainder );
H A Dmake1.c470 list_free( nt );
542 list_free( nt );
543 list_free( ns );
/haiku-buildtools/legacy/gcc/libobjc/
H A Dinit.c638 list_free (unclaimed_proto_list);
703 list_free (__objc_module_list);

Completed in 63 milliseconds