Searched refs:JOB_EXIT_OKAY (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/make/
H A Dengine.h108 #define JOB_EXIT_OKAY 0 macro
H A Dengine.c514 job->exit_type = JOB_EXIT_OKAY;
550 job->exit_type = JOB_EXIT_OKAY;
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.c530 if (job->exit_type == JOB_EXIT_OKAY &&
716 if (job->exit_type != JOB_EXIT_OKAY || job->next_cmd == NULL)

Completed in 71 milliseconds