Searched refs:SHELL_SILENT (Results 1 – 8 of 8) sorted by relevance
1323 if (!(options & SHELL_SILENT)) in mch_call_shell()1425 if (!(options & SHELL_SILENT) && !emsg_silent) in mch_call_shell()
422 NULL, SHELL_SILENT, NULL); in find_locales()
4590 else if (x && !(options & SHELL_SILENT)) in mch_call_shell_system()5427 else if (!(options & SHELL_SILENT)) in mch_call_shell_fork()6785 i = call_shell(command, SHELL_EXPAND | SHELL_SILENT); in mch_expand_wildcards()
977 #define SHELL_SILENT 16 // don't print error returned by command macro
2367 int flags = SHELL_SILENT; in get_cmd_output_as_rettv()
1189 (void)call_shell(cmd, SHELL_FILTER|SHELL_SILENT|SHELL_DOOUT); in diff_file()
3278 (flags & EW_SILENT) ? SHELL_SILENT : 0, NULL); in expand_backtick()
5055 if (x != 0 && !(options & SHELL_SILENT) && !emsg_silent in mch_call_shell()