Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c238 || type == DT_CSCOPE in do_tag()
438 case DT_CSCOPE: in do_tag()
552 if (type == DT_CSCOPE) in do_tag()
613 if (type == DT_CSCOPE && num_matches > 1) in do_tag()
714 && type != DT_CSCOPE in do_tag()
753 i = jumpto_tag(matches[cur_match], forceit, type != DT_CSCOPE); in do_tag()
H A Dvim.h1153 #define DT_CSCOPE 10 // cscope find command (like tjump) macro
H A Dif_cscope.c1230 return do_tag((char_u *)pat, DT_CSCOPE, 0, forceit, verbose); in cs_find_common()