Home
last modified time | relevance | path

Searched refs:JOB_SIGNALED (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/make/
H A Dengine.h110 #define JOB_SIGNALED 2 macro
H A Djob.c243 else if (j->exit_type == JOB_SIGNALED) { in print_error()
287 (j->exit_type == JOB_SIGNALED && j->code == signo)) { in quick_summary()
H A Dengine.c552 job->exit_type = JOB_SIGNALED; in handle_job_status()