Searched refs:DT_JUMP (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | tag.c | 233 && (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 D | if_cscope.c | 271 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 D | vim.h | 1152 #define DT_JUMP 9 // jump to new tag or selection from list macro
|
| H A D | ex_docmd.c | 8751 case 'j': cmd = DT_JUMP; // ":tjump" in ex_tag_cmd()
|