Searched refs:helpFindNode (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cgi-bin/ |
D | help-index.h | 64 extern help_node_t *helpFindNode(help_index_t *hi, const char *filename,
|
D | help.c | 130 if ((n = helpFindNode(hi, helpfile, NULL)) == NULL) in main() 217 nn = helpFindNode(hi, n->filename, NULL); in main()
|
D | help-index.c | 177 helpFindNode(help_index_t *hi, /* I - Index */ in helpFindNode() function 536 node = helpFindNode(hi, filename, NULL); in helpSearchIndex() 787 if ((node = helpFindNode(hi, relname, NULL)) != NULL) in help_load_directory() 994 if ((node = helpFindNode(hi, relative, anchor)) != NULL) in help_load_file()
|