Lines Matching refs:node
188 GNode *node; /* The node describing the file */ member
1210 s2->node = NULL; in SuffAddSrc()
1228 s2->node = NULL; in SuffAddSrc()
1434 t = targ->node; in SuffFindCmds()
1496 ret->node = s; in SuffFindCmds()
2117 targ->node = gn; in SuffFindNormalDeps()
2163 targ->node = gn; in SuffFindNormalDeps()
2345 if (bottom->node == NULL) { in SuffFindNormalDeps()
2346 bottom->node = Targ_FindNode(bottom->file, TARG_CREATE); in SuffFindNormalDeps()
2352 if (src->node->suffix) in SuffFindNormalDeps()
2353 src->node->suffix->refCount--; in SuffFindNormalDeps()
2354 src->node->suffix = src->suff; in SuffFindNormalDeps()
2355 src->node->suffix->refCount++; in SuffFindNormalDeps()
2357 if (targ->node == NULL) { in SuffFindNormalDeps()
2358 targ->node = Targ_FindNode(targ->file, TARG_CREATE); in SuffFindNormalDeps()
2361 SuffApplyTransform(targ->node, src->node, in SuffFindNormalDeps()
2364 if (targ->node != gn) { in SuffFindNormalDeps()
2374 targ->node->type |= OP_DEPS_FOUND; in SuffFindNormalDeps()
2376 Var_Set(PREFIX, targ->pref, targ->node, 0); in SuffFindNormalDeps()
2378 Var_Set(TARGET, targ->node->name, targ->node, 0); in SuffFindNormalDeps()