Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmisc2.pro40 int call_shell(char_u *cmd, int opt);
/vim-8.2.3635/src/
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 Dex_cmds.c1204 if (call_shell(cmd_buf, SHELL_FILTER | SHELL_COOKED | shell_flags)) in do_filter()
1428 (void)call_shell(cmd, SHELL_COOKED | flags); in do_shell()
H A Dmisc1.c2296 call_shell(command, SHELL_DOOUT | SHELL_EXPAND | flags); in get_cmd_output()
H A Dmisc2.c1761 call_shell(char_u *cmd, int opt) in call_shell() function
H A Dos_unix.c6785 i = call_shell(command, SHELL_EXPAND | SHELL_SILENT); in mch_expand_wildcards()