strlist__find
struct str_node *strlist__find(struct strlist *slist, const char *entry);
return strlist__find(slist, entry) != NULL;