Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c2144 {EXPAND_CSCOPE, get_cscope_name, TRUE, TRUE}, in ExpandFromContext()
2946 if (xpc.xp_context == EXPAND_CSCOPE) in f_getcompletion()
H A Dusercmd.c54 {EXPAND_CSCOPE, "cscope"},
H A Dvim.h786 #define EXPAND_CSCOPE 33 macro
H A Dif_cscope.c164 xp->xp_context = EXPAND_CSCOPE; in set_context_in_cscope_cmd()