Searched refs:p_sxq (Results 1 – 5 of 5) sorted by relevance
1800 if (cmd == NULL || *p_sxq == NUL) in call_shell()1806 if (*p_sxe != NUL && *p_sxq == '(') in call_shell()1812 ncmd = alloc(STRLEN(ecmd) + STRLEN(p_sxq) * 2 + 1); in call_shell()1815 STRCPY(ncmd, p_sxq); in call_shell()1819 STRCAT(ncmd, *p_sxq == '(' ? (char_u *)")" in call_shell()1820 : *p_sxq == '"' && *(p_sxq+1) == '(' ? (char_u *)")\"" in call_shell()1821 : p_sxq); in call_shell()
1039 p_sxq = (char_u*)"\""; in set_init_3()1040 options[idx_opt].def_val[VI_DEFAULT] = p_sxq; in set_init_3()1058 p_sxq = (char_u *)"\""; in set_init_3()1059 options[idx3].def_val[VI_DEFAULT] = p_sxq; in set_init_3()1082 p_sxq = (char_u *)"("; in set_init_3()1083 options[idx3].def_val[VI_DEFAULT] = p_sxq; in set_init_3()
883 EXTERN char_u *p_sxq; // 'shellxquote' variable
1601 if (*p_sxe != NUL && *p_sxq == '(') in make_filter_cmd()
2284 (char_u *)&p_sxq, PV_NONE,