Home
last modified time | relevance | path

Searched refs:do_tag (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtag.pro2 int do_tag(char_u *tag, int type, int count, int forceit, int verbose);
/vim-8.2.3635/src/
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()
1230 return do_tag((char_u *)pat, DT_CSCOPE, 0, forceit, verbose); in cs_find_common()
H A Dhelp.c183 do_tag(tag, DT_HELP, 1, FALSE, TRUE); in ex_help()
H A Dtag.c132 do_tag( in do_tag() function
2853 do_tag(NULL, DT_FREE, 0, 0, 0); in free_tag_stuff()
H A Dnormal.c3901 do_tag((char_u *)"", DT_POP, (int)cap->count1, FALSE, TRUE); in nv_tagpop()
H A Dex_docmd.c8790 do_tag(eap->arg, cmd, eap->addr_count > 0 ? (int)eap->line2 : 1, in ex_tag_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6608 Solution: In do_tag(), store tagstacklen before jumping to another buffer.
H A Dversion8.txt32614 Problem: The do_tag() function is too long.