Home
last modified time | relevance | path

Searched refs:p_sxq (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dmisc2.c1800 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()
H A Doption.c1039 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()
H A Doption.h883 EXTERN char_u *p_sxq; // 'shellxquote' variable
H A Dex_cmds.c1601 if (*p_sxe != NUL && *p_sxq == '(') in make_filter_cmd()
H A Doptiondefs.h2284 (char_u *)&p_sxq, PV_NONE,