Searched refs:wordfile (Results 1 – 1 of 1) sorted by relevance
189 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; in main() local213 wordfile = optarg; in main()227 if (dowordfile(wordfile) == -1) in main()228 err(1, "reading word file %s", wordfile); in main()230 errx(1, "word file %s did not have >0 words", wordfile); in main()231 printf("Read %zu random words from %s.\n", nrandwords, wordfile); in main()