Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dcompat.c52 static GNode *curTarg = NILGNODE; variable
79 if ((curTarg != NILGNODE) && !Targ_Precious (curTarg)) {
81 char *file = Var_Value (TARGET, curTarg, &p1);
417 curTarg = gn;
419 curTarg = NILGNODE;