Searched refs:EXPAND_BUFFERS (Results 1 – 4 of 4) sorted by relevance
51 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()
49 {EXPAND_BUFFERS, "buffer"},670 if (command_complete[i].expand == EXPAND_BUFFERS) in parse_compl_arg()
2145 xp->xp_context = EXPAND_BUFFERS; in set_context_in_sign_cmd()2154 xp->xp_context = EXPAND_BUFFERS; in set_context_in_sign_cmd()
762 #define EXPAND_BUFFERS 9 macro