Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_amiga.c1333 if (p_st >= 4 || (p_st >= 2 && !(options & SHELL_FILTER))) in mch_call_shell()
H A Ddiff.c1189 (void)call_shell(cmd, SHELL_FILTER|SHELL_SILENT|SHELL_DOOUT); in diff_file()
1298 (void)call_shell(buf, SHELL_FILTER | SHELL_COOKED); in ex_diffpatch()
H A Dvim.h973 #define SHELL_FILTER 1 // filtering text macro
H A Dex_cmds.c1204 if (call_shell(cmd_buf, SHELL_FILTER | SHELL_COOKED | shell_flags)) in do_filter()
H A Dos_win32.c4801 && (options & (SHELL_FILTER|SHELL_DOOUT|SHELL_WRITE|SHELL_READ)) == 0) in mch_call_shell()