Home
last modified time | relevance | path

Searched refs:TAG_NO_TAGFUNC (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c559 flags |= TAG_NO_TAGFUNC; in do_tag()
1664 int use_tfu = ((flags & TAG_NO_TAGFUNC) == 0); 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.h1170 #define TAG_NO_TAGFUNC 256 // do not use 'tagfunc' macro