Lines Matching refs:strlist
7 #include "strlist.h"
40 int strlist__add(struct strlist *self, const char *new_entry)
72 int strlist__load(struct strlist *self, const char *filename)
99 void strlist__remove(struct strlist *self, struct str_node *sn)
105 struct str_node *strlist__find(struct strlist *self, const char *entry)
129 static int strlist__parse_list_entry(struct strlist *self, const char *s)
137 int strlist__parse_list(struct strlist *self, const char *s)
154 struct strlist *strlist__new(bool dupstr, const char *slist)
156 struct strlist *self = malloc(sizeof(*self));
172 void strlist__delete(struct strlist *self)
188 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx)