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

/macosx-10.10.1/vim-55/src/
H A Dos_amiga.c1205 char_u *shellarg; local
1296 shellarg = skiptowhite(shellcmd); /* find start of arguments */
1297 if (*shellarg != NUL)
1299 *shellarg++ = NUL;
1300 shellarg = skipwhite(shellarg);
1318 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, NULL);
1332 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg,
1335 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg,

Completed in 120 milliseconds