Lines Matching refs:cmd
55 let cmd = ' -es -c "source Xscript" +q; echo "result=$?"'
59 let a = system(GetVimCommand() . cmd)
67 let a = system(GetVimCommand() . cmd)
71 let cmd = ' -es -c "source Xscript" +q'
72 let a = system(GetVimCommand() . cmd)
77 let cmd = ' -es -c "call doesnotexist()" +q; echo $?'
78 let a = system(GetVimCommand() . cmd)
82 let cmd = ' -es -c "call doesnotexist()" +q'
83 let a = system(GetVimCommand(). cmd)
87 let cmd = ' -es -c "call doesnotexist()|let a=1" +q; echo $?'
88 let a = system(GetVimCommand() . cmd)
92 let cmd = ' -es -c "call doesnotexist()|let a=1" +q'
93 let a = system(GetVimCommand() . cmd)
101 call system('copy "%COMSPEC%" "Xdir with spaces\cmd.exe"')
111 \ '"' . fnamemodify('Xdir with spaces\cmd.exe', ':p') . '"',