Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h130 EXPAND_FUNCTIONS, enumerator
H A Dex_getln.c5039 { EXPAND_FUNCTIONS, get_function_name, false, true }, in ExpandFromContext()
5151 || xp->xp_context == EXPAND_FUNCTIONS in ExpandGeneric()
H A Deval.c2704 xp->xp_context = cmdidx == CMD_call ? EXPAND_FUNCTIONS in set_context_for_expression()
2733 && xp->xp_context == EXPAND_FUNCTIONS in set_context_for_expression()
H A Dex_docmd.c5285 [EXPAND_FUNCTIONS] = "function",
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdexpand.c2125 {EXPAND_FUNCTIONS, get_function_name, FALSE, TRUE}, in ExpandFromContext()
2268 || xp->xp_context == EXPAND_FUNCTIONS in ExpandGeneric()
H A Dusercmd.c68 {EXPAND_FUNCTIONS, "function"},
H A Dvim.h772 #define EXPAND_FUNCTIONS 18 macro
H A Deval.c1841 xp->xp_context = cmdidx == CMD_call ? EXPAND_FUNCTIONS in set_context_for_expression()
1880 && xp->xp_context == EXPAND_FUNCTIONS in set_context_for_expression()