Home
last modified time | relevance | path

Searched refs:DT_JUMP (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c233 && (type == DT_TAG || type == DT_SELECT || type == DT_JUMP in do_tag()
436 case DT_JUMP: 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 Dif_cscope.c271 ret = do_tag(eap->arg, DT_JUMP, 0, eap->forceit, FALSE); in ex_cstag()
276 ret = do_tag(eap->arg, DT_JUMP, 0, eap->forceit, FALSE); in ex_cstag()
282 ret = do_tag(eap->arg, DT_JUMP, 0, eap->forceit, FALSE); in ex_cstag()
H A Dvim.h1152 #define DT_JUMP 9 // jump to new tag or selection from list macro
H A Dex_docmd.c8751 case 'j': cmd = DT_JUMP; // ":tjump" in ex_tag_cmd()