Searched defs:wordlist (Results 1 – 3 of 3) sorted by relevance
192 struct wordlist { struct193 struct wordlist *next; argument213 static int ip_addr_check (u32_t, struct wordlist *); argument
180 struct wordlist { struct181 struct wordlist *next; argument182 char *word;
754 wordlist(int sALIAS) in wordlist() function