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

/macosx-10.10.1/vim-55/src/
H A Doption.c2232 (char_u *)&p_sp, PV_NONE,
3814 * Default for p_sp is "| tee", for p_srr is ">".
3829 p_sp = (char_u *)">&";
3831 p_sp = (char_u *)"|& tee";
3833 options[idx_sp].def_val[VI_DEFAULT] = p_sp;
3865 p_sp = (char_u *)">%s 2>&1";
3867 p_sp = (char_u *)"2>&1| tee";
3869 options[idx_sp].def_val[VI_DEFAULT] = p_sp;
H A Dquickfix.c2789 if (*p_sp != NUL)
2790 len += (unsigned)STRLEN(p_sp) + (unsigned)STRLEN(fname) + 3;
2796 if (*p_sp != NUL)
2797 append_redir(cmd, len, p_sp, fname);
2809 do_shell(cmd, *p_sp != NUL ? SHELL_DOOUT : 0);
H A Doption.h710 EXTERN char_u *p_sp; /* 'shellpipe' */ variable
H A Dex_cmds.c1637 opt != p_sp ? " %s%s" :

Completed in 147 milliseconds