Searched refs:SHELL_READ (Results 1 – 4 of 4) sorted by relevance
4664 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()4676 if (p_guipty && !(options & (SHELL_READ|SHELL_WRITE))) in mch_call_shell_fork()4712 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()4783 else if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()4897 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_call_shell_fork()5024 if (options & SHELL_READ) in mch_call_shell_fork()5050 (SHELL_READ|SHELL_WRITE|SHELL_COOKED)) in mch_call_shell_fork()5051 != (SHELL_READ|SHELL_WRITE|SHELL_COOKED) in mch_call_shell_fork()5174 if (options & SHELL_READ) in mch_call_shell_fork()5297 if (options & SHELL_READ) in mch_call_shell_fork()
4275 if (options & SHELL_READ) in dump_pipe()4410 if (options & SHELL_READ) in mch_system_piped()4461 if ((options & (SHELL_READ|SHELL_WRITE)) in mch_system_piped()4470 (SHELL_READ|SHELL_WRITE|SHELL_COOKED)) in mch_system_piped()4471 != (SHELL_READ|SHELL_WRITE|SHELL_COOKED) in mch_system_piped()4585 if (options & SHELL_READ) in mch_system_piped()4801 && (options & (SHELL_FILTER|SHELL_DOOUT|SHELL_WRITE|SHELL_READ)) == 0) in mch_call_shell()
1116 shell_flags |= SHELL_READ; in do_filter()1130 shell_flags |= SHELL_READ|SHELL_WRITE; in do_filter()1242 if (shell_flags & SHELL_READ) in do_filter()
978 #define SHELL_READ 32 // read lines and insert into buffer macro