Searched refs:help_word_t (Results 1 – 2 of 2) sorted by relevance
128 static help_word_t *help_add_word(help_node_t *n, const char *text);130 static void help_delete_word(help_word_t *w);141 static int help_sort_words(help_word_t *w1, help_word_t *w2);228 help_word_t *word; /* Current word */ in helpLoadIndex()432 help_word_t *word; /* Current word */ in helpSaveIndex()479 for (word = (help_word_t *)cupsArrayFirst(node->words); in helpSaveIndex()481 word = (help_word_t *)cupsArrayNext(node->words)) in helpSaveIndex()509 help_word_t *word; /* Current word */ in helpSearchIndex()590 for (word = (help_word_t *)cupsArrayFirst(node->words); in helpSearchIndex()592 word = (help_word_t *)cupsArrayNext(node->words)) in helpSearchIndex()[all …]
36 } help_word_t; typedef