Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dcompat.c107 if (gn != NULL && !GNode_IsPrecious(gn) && in CompatDeleteTarget()
131 if (curTarg != NULL && !GNode_IsPrecious(curTarg)) { in CompatInterrupt()
H A Dmake.h1094 GNode_IsPrecious(const GNode *gn) in GNode_IsPrecious() function
H A Djob.c509 if (GNode_IsPrecious(gn)) in JobDeleteTarget()