Home
last modified time | relevance | path

Searched refs:TAG_NOIC (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dtag.h29 #define TAG_NOIC 8 // don't always ignore case macro
H A Dtag.c470 flags = TAG_NOIC; in do_tag()
1443 int noic = (flags & TAG_NOIC); in find_tags()
3124 TAG_REGEXP | extra_flag | TAG_VERBOSE | TAG_NO_TAGFUNC | TAG_NOIC, in expand_tags()
3212 TAG_REGEXP | TAG_NOIC, MAXCOL, buf_fname); in get_tags()
H A Dedit.c4313 TAG_REGEXP | TAG_NAMES | TAG_NOIC | TAG_INS_COMP in ins_compl_get_exp()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtag.c598 flags = TAG_NOIC; in do_tag()
1706 int noic = (flags & TAG_NOIC); in find_tags()
3950 TAG_REGEXP | extra_flag | TAG_VERBOSE | TAG_NO_TAGFUNC | TAG_NOIC, in expand_tags()
4056 TAG_REGEXP | TAG_NOIC, (int)MAXCOL, buf_fname); in get_tags()
H A Dvim.h1164 #define TAG_NOIC 8 // don't always ignore case macro
H A Dinsexpand.c3105 TAG_REGEXP | TAG_NAMES | TAG_NOIC | TAG_INS_COMP in ins_compl_get_exp()