Home
last modified time | relevance | path

Searched refs:EXPAND_USER_DEFINED (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h142 EXPAND_USER_DEFINED, enumerator
H A Dex_getln.c4566 if ((context == EXPAND_USER_DEFINED in addstar()
4578 if (context != EXPAND_USER_DEFINED in addstar()
4601 if (context == EXPAND_USER_DEFINED in addstar()
5019 } else if (xp->xp_context == EXPAND_USER_DEFINED) { in ExpandFromContext()
H A Dex_docmd.c3230 if (context != EXPAND_USER_DEFINED && context != EXPAND_USER_LIST) { in set_one_cmd_context()
5275 [EXPAND_USER_DEFINED] = "custom",
6390 if (*complp != EXPAND_USER_DEFINED && *complp != EXPAND_USER_LIST in parse_compl_arg()
6396 if ((*complp == EXPAND_USER_DEFINED || *complp == EXPAND_USER_LIST) in parse_compl_arg()
/dports/editors/vim/vim-8.2.3745/src/
H A Dusercmd.c57 {EXPAND_USER_DEFINED, "custom"},
686 if (*complp != EXPAND_USER_DEFINED && *complp != EXPAND_USER_LIST in parse_compl_arg()
697 if ((*complp == EXPAND_USER_DEFINED || *complp == EXPAND_USER_LIST) in parse_compl_arg()
H A Dcmdexpand.c819 if ((context == EXPAND_USER_DEFINED in addstar()
832 if (context != EXPAND_USER_DEFINED in addstar()
849 case '\\': if (context == EXPAND_USER_DEFINED in addstar()
1295 if (compl != EXPAND_USER_DEFINED && compl != EXPAND_USER_LIST) in set_one_cmd_context()
2100 else if (xp->xp_context == EXPAND_USER_DEFINED) in ExpandFromContext()
H A Dvim.h784 #define EXPAND_USER_DEFINED 30 macro