Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c113 if (!GNode_IsPrecious(gn) && in CompatDeleteTarget()
135 if (signo == SIGINT && !GNode_IsPrecious(curTarg)) { in CompatInterrupt()
H A Dmake.h1169 GNode_IsPrecious(const GNode *gn) in GNode_IsPrecious() function
H A Djob.c629 if (GNode_IsPrecious(gn)) in JobDeleteTarget()