Searched defs:wordlist (Results 1 – 2 of 2) sorted by relevance
180 struct wordlist { struct181 struct wordlist *next; argument182 char *word;
728 wordlist(void) in wordlist() function