Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dtag.h10 #define DT_TAG 1 // jump to newer position or same tag again macro
H A Dtag.c196 type = DT_TAG; in do_tag()
226 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()
330 if (type == DT_TAG in do_tag()
459 if (type == DT_TAG) { in do_tag()
531 } else if (type == DT_TAG && *tag != NUL) { in do_tag()
607 if (type != DT_TAG && type != DT_SELECT && type != DT_JUMP in do_tag()
650 || ((type == DT_TAG || type == DT_NEXT in do_tag()
H A Dex_docmd.c8894 cmd = DT_TAG; in ex_tag_cmd()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtag.c243 type = DT_TAG; in do_tag()
282 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()
423 if (type == DT_TAG in do_tag()
586 if (type == DT_TAG) in do_tag()
669 if (type == DT_TAG && *tag != NUL) in do_tag()
761 if (type != DT_TAG && type != DT_SELECT && type != DT_JUMP in do_tag()
812 || ((type == DT_TAG || type == DT_NEXT in do_tag()
H A Dvim.h1145 #define DT_TAG 1 // jump to newer position or same tag again macro
H A Dex_docmd.c8816 cmd = DT_TAG; in ex_tag_cmd()