Home
last modified time | relevance | path

Searched refs:nodup (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c111 static void add_string(strlst_t **listp, char *str, int nodup);
1294 add_string(strlst_t **listp, char *str, int nodup) in add_string() argument
1301 if (nodup && iseq(p2->str, str)) in add_string()