Searched refs:shellarg (Results 1 – 1 of 1) sorted by relevance
1256 char_u *shellarg; in mch_call_shell() local1347 shellarg = skiptowhite(shellcmd); // find start of arguments in mch_call_shell()1348 if (*shellarg != NUL) in mch_call_shell()1350 *shellarg++ = NUL; in mch_call_shell()1351 shellarg = skipwhite(shellarg); in mch_call_shell()1369 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, NULL); in mch_call_shell()1383 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, in mch_call_shell()1386 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, in mch_call_shell()