Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c51 int vse_what = xp->xp_context == EXPAND_BUFFERS in ExpandEscape()
63 || xp->xp_context == EXPAND_BUFFERS in ExpandEscape()
443 || xp->xp_context == EXPAND_BUFFERS)) in ExpandOne()
585 || xp->xp_context == EXPAND_BUFFERS)) in showmatches()
638 || xp->xp_context == EXPAND_BUFFERS) in showmatches()
814 if (context == EXPAND_BUFFERS && fname[i] == '.') in addstar()
846 case '.': if (context == EXPAND_BUFFERS) in addstar()
1595 xp->xp_context = EXPAND_BUFFERS; in set_one_cmd_context()
2037 if (xp->xp_context == EXPAND_BUFFERS) in ExpandFromContext()
H A Dusercmd.c49 {EXPAND_BUFFERS, "buffer"},
670 if (command_complete[i].expand == EXPAND_BUFFERS) in parse_compl_arg()
H A Dsign.c2145 xp->xp_context = EXPAND_BUFFERS; in set_context_in_sign_cmd()
2154 xp->xp_context = EXPAND_BUFFERS; in set_context_in_sign_cmd()
H A Dvim.h762 #define EXPAND_BUFFERS 9 macro