Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c64 || xp->xp_context == EXPAND_DIRECTORIES) in ExpandEscape()
391 || xp->xp_context == EXPAND_DIRECTORIES) in ExpandOne()
440 if (p_fic && (xp->xp_context == EXPAND_DIRECTORIES in ExpandOne()
745 && xp->xp_context != EXPAND_DIRECTORIES) in expand_showtail()
786 && context != EXPAND_DIRECTORIES) in addstar()
1332 xp->xp_context = EXPAND_DIRECTORIES; in set_one_cmd_context()
1953 || xp->xp_context == EXPAND_DIRECTORIES in ExpandFromContext()
2734 || xp->xp_context == EXPAND_DIRECTORIES in wildmenu_process_key()
H A Dlocale.c432 xpc.xp_context = EXPAND_DIRECTORIES; in find_locales()
H A Dusercmd.c61 {EXPAND_DIRECTORIES, "dir"},
672 else if (command_complete[i].expand == EXPAND_DIRECTORIES in parse_compl_arg()
H A Dhelp.c1316 xpc.xp_context = EXPAND_DIRECTORIES; in ex_helptags()
H A Dvim.h756 #define EXPAND_DIRECTORIES 3 macro
H A Doption.c6361 xp->xp_context = EXPAND_DIRECTORIES; in set_context_in_set_cmd()