Home
last modified time | relevance | path

Searched refs:p_sp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c923 p_sp = (char_u *)">&"; in set_init_3()
925 p_sp = (char_u *)"|& tee"; in set_init_3()
927 options[idx_sp].def_val[VI_DEFAULT] = p_sp; in set_init_3()
946 p_sp = (char_u *)"2>&1 | Out-File -Encoding default"; in set_init_3()
947 options[idx_sp].def_val[VI_DEFAULT] = p_sp; in set_init_3()
989 p_sp = (char_u *)">%s 2>&1"; in set_init_3()
992 p_sp = (char_u *)">%s 2>&1"; in set_init_3()
994 p_sp = (char_u *)"2>&1| tee"; in set_init_3()
996 options[idx_sp].def_val[VI_DEFAULT] = p_sp; in set_init_3()
H A Doption.h880 EXTERN char_u *p_sp; // 'shellpipe' variable
H A Dquickfix.c4942 if (*p_sp != NUL) in make_get_fullcmd()
4943 len += (unsigned)STRLEN(p_sp) + (unsigned)STRLEN(fname) + 3; in make_get_fullcmd()
4951 if (*p_sp != NUL) in make_get_fullcmd()
4952 append_redir(cmd, len, p_sp, fname); in make_get_fullcmd()
5013 do_shell(cmd, *p_sp != NUL ? SHELL_DOOUT : 0); in ex_make()
H A Doptiondefs.h2247 (char_u *)&p_sp, PV_NONE,