Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c1806 if (*p_sxe != NUL && *p_sxq == '(') in call_shell()
1808 ecmd = vim_strsave_escaped_ext(cmd, p_sxe, '^', FALSE); in call_shell()
H A Doption.h884 EXTERN char_u *p_sxe; // 'shellxescape' variable
H A Dos_win32.c4417 unescape_shellxquote((char_u *)p, p_sxe); in mch_system_piped()
4916 unescape_shellxquote(cmdbase, p_sxe); in mch_call_shell()
H A Dex_cmds.c1601 if (*p_sxe != NUL && *p_sxq == '(') in make_filter_cmd()
H A Doptiondefs.h2293 (char_u *)&p_sxe, PV_NONE,