Searched refs:nodup (Results 1 – 1 of 1) sorted by relevance
111 static void add_string(strlst_t **listp, char *str, int nodup);1294 add_string(strlst_t **listp, char *str, int nodup) in add_string() argument1301 if (nodup && iseq(p2->str, str)) in add_string()