Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c1292 xp->xp_context = EXPAND_ENV_VARS; in set_one_cmd_context()
1296 compl = EXPAND_ENV_VARS; in set_one_cmd_context()
1552 xp->xp_context = EXPAND_ENV_VARS; in set_one_cmd_context()
2156 {EXPAND_ENV_VARS, get_env_name, TRUE, TRUE}, in ExpandFromContext()
H A Dusercmd.c62 {EXPAND_ENV_VARS, "environment"},
H A Dvim.h779 #define EXPAND_ENV_VARS 26 macro
H A Deval.c1866 xp->xp_context = EXPAND_ENV_VARS; in set_context_for_expression()