Searched refs:cmd_shell (Results 1 – 1 of 1) sorted by relevance
4928 char_u *cmd_shell = mch_getenv("COMSPEC"); in mch_call_shell() local4930 if (cmd_shell == NULL || *cmd_shell == NUL) in mch_call_shell()4931 cmd_shell = (char_u *)default_shell(); in mch_call_shell()4938 cmdlen = STRLEN(cmd_shell) + STRLEN(subcmd) + 5; in mch_call_shell()4942 cmd_shell, subcmd); in mch_call_shell()