Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_amiga.pro38 int mch_call_shell(char_u *cmd, int options);
H A Dos_win32.pro47 int mch_call_shell(char_u *cmd, int options);
H A Dos_unix.pro62 int mch_call_shell(char_u *cmd, int options);
/vim-8.2.3635/src/
H A Dmisc2.c1801 retval = mch_call_shell(cmd, opt); in call_shell()
1822 retval = mch_call_shell(ncmd, opt); in call_shell()
H A Dos_amiga.c1246 mch_call_shell( in mch_call_shell() function
H A Dos_unix.c5456 mch_call_shell( in mch_call_shell() function
H A Dos_win32.c4754 mch_call_shell( in mch_call_shell() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5274 mch_call_shell() for DJGPP version.