Home
last modified time | relevance | path

Searched refs:TAG_VERBOSE (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c556 flags |= TAG_VERBOSE; in do_tag()
1662 int verbose = (flags & TAG_VERBOSE); in find_tags()
3897 TAG_REGEXP | extra_flag | TAG_VERBOSE | TAG_NO_TAGFUNC, in expand_tags()
3901 TAG_REGEXP | extra_flag | TAG_VERBOSE | TAG_NO_TAGFUNC | TAG_NOIC, in expand_tags()
H A Dhelp.c561 flags = TAG_HELP | TAG_REGEXP | TAG_NAMES | TAG_VERBOSE | TAG_NO_TAGFUNC; in find_help_tags()
H A Dvim.h1167 #define TAG_VERBOSE 32 // message verbosity macro
H A Dinsexpand.c2981 | (ctrl_x_mode != CTRL_X_NORMAL ? TAG_VERBOSE : 0), in ins_compl_get_exp()