Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unixx.h31 # ifndef WEXITSTATUS
33 # define WEXITSTATUS(stat_val) ((stat_val).w_T.w_Retcode) macro
35 # define WEXITSTATUS(stat_val) (((stat_val) >> 8) & 0377) macro
H A Dos_unix.c5418 retval = WEXITSTATUS(status); in mch_call_shell_fork()
5859 job->jv_exitval = WEXITSTATUS(status); in mch_job_status()
5914 job->jv_exitval = WEXITSTATUS(status); in mch_detect_ended_job()
/vim-8.2.3635/src/libvterm/t/
H A Drun-test.pl214 printf STDERR "Harness exited %d\n", WEXITSTATUS($?) if WIFEXITED($?);
216 $exitcode = WIFEXITED($?) ? WEXITSTATUS($?) : 125;
/vim-8.2.3635/src/auto/
H A Dconfigure4250 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
/vim-8.2.3635/runtime/syntax/
H A Dxs.vim3404 syn keyword xsMacro WARNshift WARNsize WB_ENUM_COUNT WEXITSTATUS WHEN WHILE