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

/macosx-10.10.1/vim-55/src/
H A Doption.h714 EXTERN char_u *p_srr; /* 'shellredir' */ variable
H A Doption.c2253 (char_u *)&p_srr, PV_NONE,
3814 * Default for p_sp is "| tee", for p_srr is ">".
3838 p_srr = (char_u *)">&";
3839 options[idx_srr].def_val[VI_DEFAULT] = p_srr;
3874 p_srr = (char_u *)">%s 2>&1";
3875 options[idx_srr].def_val[VI_DEFAULT] = p_srr;
H A Ddiff.c839 + STRLEN(tmp_diff) + STRLEN(p_srr) + 27;
860 append_redir(cmd, (int)len, p_srr, tmp_diff);
H A Dex_cmds.c1187 if (!do_out || STRCMP(p_srr, ">") == 0 || !do_in)
1540 len += (long_u)STRLEN(otmp) + (long_u)STRLEN(p_srr) + 2; /* " " */
1600 append_redir(buf, (int)len, p_srr, otmp);

Completed in 136 milliseconds