Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c1069 int shell_flags = 0; in do_filter() local
1105 shell_flags |= SHELL_DOOUT; in do_filter()
1116 shell_flags |= SHELL_READ; in do_filter()
1122 shell_flags |= SHELL_WRITE; in do_filter()
1130 shell_flags |= SHELL_READ|SHELL_WRITE; in do_filter()
1204 if (call_shell(cmd_buf, SHELL_FILTER | SHELL_COOKED | shell_flags)) in do_filter()
1242 if (shell_flags & SHELL_READ) in do_filter()