Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c4928 char_u *cmd_shell = mch_getenv("COMSPEC"); in mch_call_shell() local
4930 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()