Lines Matching refs:words
83 word_t *words;
314 while(group->words)
315 destroy_word(&group->words, group->words);
434 word_t *word = create_word(&group->words, trans);
438 destroy_word(&group->words, word);
1037 for (w = g->words; w; w = w->next)
1047 for (w = g->words; w; w = w->next)
1366 for (w = g->words; w && hamming; w = w->next) {
1414 create_word(&(*t)->words, currentWord->text);
1428 if (g->words && g->prefixes) {
1433 for (w=g->words; w; w = w->next) {
1438 if (g->words && g->suffixes) {
1443 while(g->words && n) {
1444 if (n->words) {