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

/freebsd-13-stable/contrib/bmake/
H A Dcompat.c104 static GNode *curTarg = NULL; variable
136 CompatDeleteTarget(curTarg);
138 if (curTarg != NULL && !Targ_Precious(curTarg)) {
559 curTarg = gn;
566 curTarg = NULL;

Completed in 107 milliseconds