Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4664 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()
H A Dos_win32.c4275 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()
H A Dex_cmds.c1116 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()
H A Dvim.h978 #define SHELL_READ 32 // read lines and insert into buffer macro