Searched defs:parentage (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dexpand.c2687 parentage(xp, r, ops);
2886 error(1, "%s: parentage not in active frame", r->name);
2891 * construct the parentage of r in xp, starting with r
2896 parentage(Sfio_t* xp, register Rule_t* r, char* sep) function
2901 parentage(xp, r->active->parent->target, sep);

Completed in 15 milliseconds