tagfile           197 src/editor/etags.c etags_set_definition_hash (const char *tagfile, const char *start_path, const char *match_func)
tagfile           213 src/editor/etags.c     if (match_func == NULL || tagfile == NULL)
tagfile           217 src/editor/etags.c     f = fopen (tagfile, "r");
tagfile           422 src/editor/etags.c     char *tagfile = NULL;
tagfile           444 src/editor/etags.c         g_free (tagfile);
tagfile           445 src/editor/etags.c         tagfile = mc_build_filename (path, TAGS_NAME, (char *) NULL);
tagfile           446 src/editor/etags.c         if (tagfile != NULL && exist_file (tagfile))
tagfile           451 src/editor/etags.c     if (tagfile != NULL)
tagfile           453 src/editor/etags.c         def_hash = etags_set_definition_hash (tagfile, path, match_expr->str);
tagfile           454 src/editor/etags.c         g_free (tagfile);