Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unixx.h39 # ifndef WIFEXITED
41 # define WIFEXITED(stat_val) ((stat_val).w_T.w_Termsig == 0) macro
43 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
H A Dos_unix.c5279 || (wait_pid == pid && WIFEXITED(status))) in mch_call_shell_fork()
5353 || (wait_pid == pid && WIFEXITED(status))) in mch_call_shell_fork()
5415 if (WIFEXITED(status)) in mch_call_shell_fork()
5856 if (WIFEXITED(status)) in mch_job_status()
5912 if (WIFEXITED(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.vim3408 syn keyword xsMacro WHILEM_B_min_fail WIDEST_UTYPE WIFEXITED WIFSIGNALED