Searched refs:exitcode (Results 1 – 2 of 2) sorted by relevance
26 my $exitcode = 0;67 $exitcode = 1 if $fail_printed;68 exit $exitcode if $exitcode and $FAIL_EARLY;149 $exitcode = 1;150 exit $exitcode if $exitcode and $FAIL_EARLY;173 $exitcode = 1;174 exit $exitcode if $exitcode and $FAIL_EARLY;216 $exitcode = WIFEXITED($?) ? WEXITSTATUS($?) : 125;219 exit $exitcode;
3415 int32 exitcode; in gui_mch_exit() local3416 wait_for_thread(tid, &exitcode); in gui_mch_exit()3433 int32 exitcode; in gui_mch_exit() local3437 wait_for_thread(tid, &exitcode); in gui_mch_exit()