Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dos_unix.c4650 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()
4662 if (p_guipty && !(options & (SHELL_READ|SHELL_WRITE))) in mch_call_shell_fork()
4698 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()
4769 else if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()
4883 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()
4942 if ((options & SHELL_WRITE) && toshell_fd >= 0) in mch_call_shell_fork()
5036 (SHELL_READ|SHELL_WRITE|SHELL_COOKED)) in mch_call_shell_fork()
5037 != (SHELL_READ|SHELL_WRITE|SHELL_COOKED) in mch_call_shell_fork()
5113 if (options & SHELL_WRITE) in mch_call_shell_fork()
H A Dos_win32.c4430 if (options & SHELL_WRITE) in mch_system_piped()
4455 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_system_piped()
4464 (SHELL_READ|SHELL_WRITE|SHELL_COOKED)) in mch_system_piped()
4465 != (SHELL_READ|SHELL_WRITE|SHELL_COOKED) in mch_system_piped()
4532 if (options & SHELL_WRITE) in mch_system_piped()
4793 && (options & (SHELL_FILTER|SHELL_DOOUT|SHELL_WRITE|SHELL_READ)) == 0) in mch_call_shell()
H A Dvim.h980 #define SHELL_WRITE 64 // write lines from buffer macro
H A Dex_cmds.c1122 shell_flags |= SHELL_WRITE; in do_filter()
1130 shell_flags |= SHELL_READ|SHELL_WRITE; in do_filter()