Searched refs:cmd_path (Results 1 – 1 of 1) sorted by relevance
378 char *cmd_path; in run_command() local384 cmd_path = searchpath_save("cmd.exe"); in run_command()385 if (cmd_path != NULL) in run_command()392 while ((p = strchr(cmd_path, '/')) != NULL) in run_command()394 sprintf(cmd_buf, "%s /c start \"vimcmd\" /wait %s", cmd_path, cmd); in run_command()395 free(cmd_path); in run_command()