Lines Matching refs:GNode
214 GNode *node;
344 static GNode *
350 GNode *gn = ln->datum;
567 GNode *
573 GNode *gn = FindTransformByName(name);
624 Suff_EndTransform(GNode *gn)
674 RebuildGraph(GNode *transform, Suffix *suff)
716 UpdateTarget(GNode *target, Suffix *suff, bool *inout_removedMain)
797 GNode *gn = ln->datum;
964 GNode *gn)
1133 * See if any of the children of the candidate's GNode is one from which the
1141 GNode *tgn; /* Target GNode */
1142 GNode *sgn; /* Source GNode */
1204 ExpandWildcards(GNodeListNode *cln, GNode *pgn)
1206 GNode *cgn = cln->datum;
1217 GNode *gn;
1219 * Fetch next expansion off the list and find its GNode
1254 ExpandChildrenRegular(char *p, GNode *pgn, GNodeList *members)
1262 GNode *gn;
1304 GNode *gn = Targ_GetNode(start);
1321 ExpandChildren(GNodeListNode *cln, GNode *pgn)
1323 GNode *cgn = cln->datum;
1366 GNode *gn = Lst_Dequeue(&members);
1391 ExpandAllChildren(GNode *gn)
1408 Suff_FindPath(GNode *gn)
1450 ApplyTransform(GNode *tgn, GNode *sgn, Suffix *tsuff, Suffix *ssuff)
1454 GNode *gn; /* Node for the transformation rule */
1504 ExpandMember(GNode *gn, const char *eoarch, GNode *mem, Suffix *memSuff)
1523 static void FindDeps(GNode *, CandidateSearcher *);
1532 FindDepsArchive(GNode *gn, CandidateSearcher *cs)
1536 GNode *mem; /* Node for member */
1632 FindDepsLib(GNode *gn)
1652 FindDepsRegularKnown(const char *name, size_t nameLen, GNode *gn,
1676 FindDepsRegularUnknown(GNode *gn, const char *sopref,
1691 * defined for this gnode; traditional make programs used to not
1692 * define suffix rules if the gnode had children but we don't do
1713 FindDepsRegularPath(GNode *gn, Candidate *targ)
1762 FindDepsRegular(GNode *gn, CandidateSearcher *cs)
1975 Suff_FindDeps(GNode *gn)
1988 FindDeps(GNode *gn, CandidateSearcher *cs)
2104 PrintTransformation(GNode *t)