Searched refs:xp_shell (Results 1 – 5 of 5) sorted by relevance
92 xp->xp_shell ? VSE_SHELL : vse_what); in ExpandEscape()1277 xp->xp_shell = TRUE; in set_one_cmd_context()
593 int xp_shell; // TRUE for a shell command, more member
1655 xpc.xp_shell = FALSE; in getcmdline_int()
909 if (xp->xp_shell && csh_like_shell() && s[1] == '\\' && s[2] == '!') in skip_status_match_char()
6605 Solution: Don't use xp_shell when it's not defined.