Lines Matching defs:word
48 static char **word_list = NULL; /* list of word pointers */
49 static char *word_block = NULL; /* actual word data */
59 * w1 (input) pointer to first word
60 * w2 (input) pointer to second word
77 * Purpose: Initialize in memory word dictionary
86 * one word per-line.
161 * Purpose: See if the specified word exists in the in-core dictionary
164 * word (input) word to search for.
166 * KADM5_OK if if found word
171 * word to be a null terminated string.
175 * finds word in dictionary.
182 find_word(const char *word)
188 if ((value = (char **) bsearch(&word, word_list, word_count, sizeof(char *),