Searched refs:strlist_add_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Dstrlist.h51 void strlist_add_str(strlist_t *, char *, unsigned int);
H A Dstrlist.c73 strlist_add_str(strlist_t *sl, char *str, unsigned int info) function
H A Dfor.c200 strlist_add_str(&new_for->vars, make_str(ptr, len), len);
254 strlist_add_str(&new_for->items, bmake_strdup(words[n]), escapes);

Completed in 123 milliseconds