Searched refs:exit_type (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/make/
H A Dengine.h107 unsigned short exit_type; /* last child exit or signal */ member in struct:Job_
H A Dengine.c514 job->exit_type = JOB_EXIT_OKAY;
548 job->exit_type = JOB_EXIT_BAD;
550 job->exit_type = JOB_EXIT_OKAY;
552 job->exit_type = JOB_SIGNALED;
564 if (job->exit_type != JOB_EXIT_OKAY) {
595 job->exit_type = JOB_EXIT_OKAY;
721 job->exit_type = JOB_EXIT_OKAY;
H A Djob.c241 if (j->exit_type == JOB_EXIT_BAD)
243 else if (j->exit_type == JOB_SIGNALED) {
251 j->exit_type, j->code);
286 if ((j->exit_type == JOB_EXIT_BAD && j->code == signo+128) ||
287 (j->exit_type == JOB_SIGNALED && j->code == signo)) {
530 if (job->exit_type == JOB_EXIT_OKAY &&
716 if (job->exit_type != JOB_EXIT_OKAY || job->next_cmd == NULL)
/openbsd-current/usr.bin/tmux/
H A Dserver.c314 c->exit_type = CLIENT_EXIT_SHUTDOWN;
H A Dtmux.h1855 } exit_type; member in struct:client

Completed in 133 milliseconds