Searched refs:help_sort_words (Results 1 – 1 of 1) sorted by relevance
141 static int help_sort_words(help_word_t *w1, help_word_t *w2);640 n->words = cupsArrayNew((cups_array_func_t)help_sort_words, NULL); in help_add_word()1260 help_sort_words(help_word_t *w1, /* I - Second word */ in help_sort_words() function