Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcompat.c723 if (GNode_IsError(gn)) { in MakeBeginNode()
778 if (GNode_IsError(gn) && errorNode == NULL) in Compat_MakeAll()
786 if (GNode_IsError(endNode)) in Compat_MakeAll()
H A Dmake.h1109 GNode_IsError(const GNode *gn) in GNode_IsError() function