Searched refs:helpLoadIndex (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/cups-408/cups/cgi-bin/
H A Dhelp-index.h72 extern help_index_t *helpLoadIndex(const char *hifile, const char *directory);
H A Dtesthi.c51 hi = helpLoadIndex("testhi.index", ".");
H A Dhelp.c83 fprintf(stderr, "DEBUG: helpLoadIndex(filename=\"%s\", directory=\"%s\")\n",
86 hi = helpLoadIndex(filename, directory);
H A Dmakedocset.c94 if ((hi = helpLoadIndex(NULL, path)) == NULL)
H A Dhelp-index.c221 * 'helpLoadIndex()' - Load a help index from disk.
225 helpLoadIndex(const char *hifile, /* I - Index filename */ function
245 DEBUG_printf(("helpLoadIndex(hifile=\"%s\", directory=\"%s\")",

Completed in 124 milliseconds