Home
last modified time | relevance | path

Searched refs:JOB_LOST (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/make/
Dengine.h114 #define JOB_LOST 0x004 /* sent signal to non-existing pid ? */ macro
Djob.c170 job->flags |= JOB_LOST; in really_kill()
252 if (DEBUG(KILL) && (j->flags & JOB_LOST)) in print_error()