Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_amiga.c1256 char_u *shellarg; in mch_call_shell() local
1347 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()