Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_eval.pro4 int should_abort(int retcode);
/vim-8.2.3635/src/
H A Dos_mswin.c2376 int retcode = 0; in serverSendToVim() local
2414 retval = serverGetReply(target, &retcode, TRUE, TRUE, timeout); in serverSendToVim()
2421 return retcode; in serverSendToVim()
H A Dex_eval.c115 should_abort(int retcode) in should_abort() argument
117 return ((retcode == FAIL && trylevel != 0 && !emsg_silent) || aborting()); in should_abort()