Lines Matching refs:xp_context
958 xp->xp_context = EXPAND_NOTHING; in cmdline_wildchar_complete()
1009 xp->xp_context = EXPAND_NOTHING; in cmdline_wildchar_complete()
1421 xp->xp_context = EXPAND_NOTHING; in cmdline_browse_history()
1652 xpc.xp_context = EXPAND_NOTHING; in getcmdline_int()
1661 xpc.xp_context = ccline.xp_context; in getcmdline_int()
1864 xpc.xp_context = EXPAND_NOTHING; in getcmdline_int()
2403 if (xpc.xp_context == EXPAND_NOTHING && (KeyTyped || vpeekc() == NUL)) in getcmdline_int()
2515 int xp_context, // type of expansion in getcmdline_prompt() argument
2535 ccline.xp_context = xp_context; in getcmdline_prompt()
3233 && ccline.xpc->xp_context != EXPAND_NOTHING in realloc_cmdbuff()
3234 && ccline.xpc->xp_context != EXPAND_UNSUCCESSFUL) in realloc_cmdbuff()