Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c545 flags = TAG_REGEXP; in do_tag()
1341 flags & TAG_REGEXP ? "r": ""); in find_tagfunc_tags()
1654 int has_re = (flags & TAG_REGEXP); // regexp used 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()
4007 TAG_REGEXP | TAG_NOIC, (int)MAXCOL, buf_fname); in get_tags()
H A Dhelp.c561 flags = TAG_HELP | TAG_REGEXP | TAG_NAMES | TAG_VERBOSE | TAG_NO_TAGFUNC; in find_help_tags()
H A Dvim.h1162 #define TAG_REGEXP 4 // use tag pattern as regexp macro
H A Dinsexpand.c2980 TAG_REGEXP | TAG_NAMES | TAG_NOIC | TAG_INS_COMP in ins_compl_get_exp()