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

/macosx-10.10.1/vim-55/src/proto/
H A Dos_win16.pro6 int mch_call_shell __ARGS((char_u *cmd, int options));
H A Dos_amiga.pro38 int mch_call_shell __ARGS((char_u *cmd, int options));
H A Dos_msdos.pro27 int mch_call_shell __ARGS((char_u *cmd, int options));
H A Dos_riscos.pro35 int mch_call_shell __ARGS((char_u *cmd, int options));
H A Dos_win32.pro34 int mch_call_shell __ARGS((char_u *cmd, int options));
H A Dos_unix.pro59 int mch_call_shell __ARGS((char_u *cmd, int options));
/macosx-10.10.1/vim-55/src/
H A Dos_win16.c269 mch_call_shell( function
282 fprintf(fdDump, "mch_call_shell(\"%s\", %d)\n", cmd, options);
H A Dos_riscos.c793 mch_call_shell(cmd, options) function
H A Dos_amiga.c1195 mch_call_shell(cmd, options) function
H A Dmisc2.c3085 * Call shell. Calls mch_call_shell, with 'shellxquote' added.
3131 retval = mch_call_shell(cmd, opt);
3140 retval = mch_call_shell(ncmd, opt);
H A Dos_msdos.c1912 mch_call_shell( function
H A Dos_unix.c3692 mch_call_shell(cmd, options) function
5598 if (i != 0) /* mch_call_shell() failed */
H A Dos_win32.c3221 mch_call_shell( function
3250 fprintf(fdDump, "mch_call_shell(\"%s\", %d)\n", cmd, options);

Completed in 123 milliseconds