Searched refs:do_tag (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | tag.pro | 2 int do_tag(char_u *tag, int type, int count, int forceit, int verbose);
|
| /vim-8.2.3635/src/ |
| 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() 1230 return do_tag((char_u *)pat, DT_CSCOPE, 0, forceit, verbose); in cs_find_common()
|
| H A D | help.c | 183 do_tag(tag, DT_HELP, 1, FALSE, TRUE); in ex_help()
|
| H A D | tag.c | 132 do_tag( in do_tag() function 2853 do_tag(NULL, DT_FREE, 0, 0, 0); in free_tag_stuff()
|
| H A D | normal.c | 3901 do_tag((char_u *)"", DT_POP, (int)cap->count1, FALSE, TRUE); in nv_tagpop()
|
| H A D | ex_docmd.c | 8790 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 D | version5.txt | 6608 Solution: In do_tag(), store tagstacklen before jumping to another buffer.
|
| H A D | version8.txt | 32614 Problem: The do_tag() function is too long.
|