tagfile 195 src/editor/etags.c etags_set_definition_hash (const char *tagfile, const char *start_path, const char *match_func) tagfile 209 src/editor/etags.c if (match_func == NULL || tagfile == NULL) tagfile 213 src/editor/etags.c f = fopen (tagfile, "r"); tagfile 413 src/editor/etags.c char *tagfile = NULL; tagfile 435 src/editor/etags.c g_free (tagfile); tagfile 436 src/editor/etags.c tagfile = mc_build_filename (path, TAGS_NAME, (char *) NULL); tagfile 437 src/editor/etags.c if (tagfile != NULL && exist_file (tagfile)) tagfile 442 src/editor/etags.c if (tagfile != NULL) tagfile 444 src/editor/etags.c def_hash = etags_set_definition_hash (tagfile, path, match_expr->str); tagfile 445 src/editor/etags.c g_free (tagfile);