Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c434 case DT_FIRST: cur_match = count - 1; break; in do_tag()
666 if ((type == DT_NEXT || type == DT_FIRST) in do_tag()
764 || type == DT_FIRST) in do_tag()
H A Dvim.h1148 #define DT_FIRST 5 // jump to first match of same tag macro
H A Dex_docmd.c8764 case 'r': cmd = DT_FIRST; // ":trewind" in ex_tag_cmd()