Searched defs:wordlist (Results 1 – 4 of 4) 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;
259 static const struct keyword_tok wordlist[] = in keyword_gperf_lookup() local
758 wordlist(int sALIAS) in wordlist() function