Searched refs:Targ_Precious (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dtarg.h66 Boolean Targ_Precious(struct GNode *);
H A Dtarg.c71 * Targ_Precious Return TRUE if the target is precious and should not
271 * Targ_Precious
278 Targ_Precious(GNode *gn) function
H A Djob.c2511 if (!Targ_Precious(job->node)) {
2802 if (curTarg != NULL && !Targ_Precious(curTarg)) {
/freebsd-9.3-release/contrib/bmake/
H A Dnonints.h171 Boolean Targ_Precious(GNode *);
H A Dcompat.c165 if ((curTarg != NULL) && !Targ_Precious (curTarg)) {
H A Dtarg.c118 * Targ_Precious Return TRUE if the target is precious and
466 * Targ_Precious --
480 Targ_Precious(GNode *gn) function
H A Djob.c2602 if ((gn->type & (OP_JOIN|OP_PHONY)) == 0 && !Targ_Precious(gn)) {

Completed in 132 milliseconds