Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c442 case DT_PREV: cur_match -= count; break; in do_tag()
762 if ((type == DT_PREV && cur_match > 0) in do_tag()
771 if (type == DT_PREV) in do_tag()
H A Dvim.h1147 #define DT_PREV 4 // jump to previous match of same tag macro
H A Dex_docmd.c8755 case 'p': cmd = DT_PREV; // ":tprevious" in ex_tag_cmd()
8757 case 'N': cmd = DT_PREV; // ":tNext" in ex_tag_cmd()