Home
last modified time | relevance | path

Searched refs:strlist_clean (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Dfor.c119 strlist_clean(&arg->vars); in For_Free()
120 strlist_clean(&arg->items); in For_Free()
269 strlist_clean(&new_for->items); in For_Eval()
Dstrlist.h50 void strlist_clean(strlist_t *);
Dstrlist.c58 strlist_clean(strlist_t *sl) in strlist_clean() function