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 417 src/editor/etags.c char *tagfile = NULL; tagfile 439 src/editor/etags.c g_free (tagfile); tagfile 440 src/editor/etags.c tagfile = mc_build_filename (path, TAGS_NAME, (char *) NULL); tagfile 441 src/editor/etags.c if (tagfile != NULL && exist_file (tagfile)) tagfile 446 src/editor/etags.c if (tagfile != NULL) tagfile 448 src/editor/etags.c def_hash = etags_set_definition_hash (tagfile, path, match_expr->str); tagfile 449 src/editor/etags.c g_free (tagfile);