Searched defs:wordlist (Results 1 – 3 of 3) sorted by relevance
180 struct wordlist { struct181 struct wordlist *next; argument182 char *word;
254 static const struct keyword_tok wordlist[] = in keyword_gperf_lookup() local
752 wordlist(int sALIAS) in wordlist() function