Searched refs:nofile_fname (Results 1 – 1 of 1) sorted by relevance
61 static char_u *nofile_fname = NULL; // fname for NOTAGFILE error variable200 free_string_option(nofile_fname); in do_tag()201 nofile_fname = NULL; in do_tag()667 && nofile_fname == NULL) in do_tag()707 if (nofile_fname != NULL && error_cur_match != cur_match) in do_tag()708 smsg(_("File \"%s\" does not exist"), nofile_fname); in do_tag()780 semsg(_("E429: File \"%s\" does not exist"), nofile_fname); in do_tag()3407 vim_free(nofile_fname); in jumpto_tag()3408 nofile_fname = vim_strsave(fname); in jumpto_tag()3409 if (nofile_fname == NULL) in jumpto_tag()[all …]