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

/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c125 static GNode *curTarg = NULL; variable
165 if ((curTarg != NULL) && !Targ_Precious (curTarg)) {
167 char *file = Var_Value(TARGET, curTarg, &p1);
597 curTarg = gn;
604 curTarg = NULL;
/freebsd-9.3-release/usr.bin/make/
H A Djob.c386 static GNode *curTarg = NULL; variable
2802 if (curTarg != NULL && !Targ_Precious(curTarg)) {
2803 const char *file = Var_Value(TARGET, curTarg);
3166 curTarg = gn;
3171 curTarg = NULL;

Completed in 104 milliseconds