Lines Matching defs:self
15 struct str_node *self = malloc(sizeof(*self)); in str_node__new() local
33 static void str_node__delete(struct str_node *self, bool dupstr) in str_node__delete()
40 int strlist__add(struct strlist *self, const char *new_entry) in strlist__add()
72 int strlist__load(struct strlist *self, const char *filename) in strlist__load()
99 void strlist__remove(struct strlist *self, struct str_node *sn) in strlist__remove()
105 struct str_node *strlist__find(struct strlist *self, const char *entry) in strlist__find()
129 static int strlist__parse_list_entry(struct strlist *self, const char *s) in strlist__parse_list_entry()
137 int strlist__parse_list(struct strlist *self, const char *s) in strlist__parse_list()
156 struct strlist *self = malloc(sizeof(*self)); in strlist__new() local
172 void strlist__delete(struct strlist *self) in strlist__delete()
188 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx) in strlist__entry()