Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c539 gn->made = ABORTED; in MakeUnmade()
759 } else if (gn->made == ABORTED) { in Compat_MakeAll()
H A Dmake.h260 ABORTED enumerator
1129 return gn->made == ERROR || gn->made == ABORTED; in GNode_IsError()
H A Dtarg.c432 case ABORTED: return "aborted"; in GNodeMade_Name()