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

/netbsd-current/usr.bin/make/
H A Dcompat.c546 * are defined by GNode_IsOODate.
549 if (!GNode_IsOODate(gn)) {
H A Dmake.c94 * GNode_IsOODate Determine if a target is out-of-date.
263 GNode_IsOODate(GNode *gn) function
1071 if (GNode_IsOODate(gn)) {
H A Dmake.h439 * corresponding file; see GNode_IsOODate.
1045 bool GNode_IsOODate(GNode *) MAKE_ATTR_USE;

Completed in 151 milliseconds