Lines Matching refs:word
128 char *word; in dict_do() local
152 word = strchr(path, ':'); in dict_do()
153 if(word) { in dict_do()
154 word++; in dict_do()
155 database = strchr(word, ':'); in dict_do()
169 if((word == NULL) || (*word == (char)0)) { in dict_do()
171 word=(char *)"default"; in dict_do()
180 eword = unescape_word(data, word); in dict_do()
210 word = strchr(path, ':'); in dict_do()
211 if(word) { in dict_do()
212 word++; in dict_do()
213 database = strchr(word, ':'); in dict_do()
223 if((word == NULL) || (*word == (char)0)) { in dict_do()
225 word=(char *)"default"; in dict_do()
231 eword = unescape_word(data, word); in dict_do()