Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c441 case DT_NEXT: cur_match += count; break; in do_tag()
666 if ((type == DT_NEXT || type == DT_FIRST) in do_tag()
763 || ((type == DT_TAG || type == DT_NEXT in do_tag()
775 type = DT_NEXT; in do_tag()
H A Dvim.h1146 #define DT_NEXT 3 // jump to next match of same tag macro
H A Dex_docmd.c8759 case 'n': cmd = DT_NEXT; // ":tnext" in ex_tag_cmd()