tagfile 195 src/editor/etags.c etags_set_definition_hash (const char *tagfile, const char *start_path, const char *match_func) tagfile 211 src/editor/etags.c if (match_func == NULL || tagfile == NULL) tagfile 215 src/editor/etags.c f = fopen (tagfile, "r"); tagfile 421 src/editor/etags.c char *tagfile = NULL; tagfile 443 src/editor/etags.c g_free (tagfile); tagfile 444 src/editor/etags.c tagfile = mc_build_filename (path, TAGS_NAME, (char *) NULL); tagfile 445 src/editor/etags.c if (tagfile != NULL && exist_file (tagfile)) tagfile 450 src/editor/etags.c if (tagfile != NULL) tagfile 452 src/editor/etags.c def_hash = etags_set_definition_hash (tagfile, path, match_expr->str); tagfile 453 src/editor/etags.c g_free (tagfile);