Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c233 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()
435 case DT_SELECT: in do_tag()
459 if (type != DT_SELECT && type != DT_JUMP) in do_tag()
482 if (type != DT_SELECT && type != DT_JUMP) in do_tag()
531 if (type == DT_SELECT || type == DT_JUMP in do_tag()
624 else if (type == DT_SELECT || (type == DT_JUMP && num_matches > 1)) in do_tag()
712 if (type != DT_TAG && type != DT_SELECT && type != DT_JUMP in do_tag()
H A Dvim.h1150 #define DT_SELECT 7 // jump to selection from list macro
H A Dex_docmd.c8753 case 's': cmd = DT_SELECT; // ":tselect" in ex_tag_cmd()