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

/ast/src/cmd/std/
H A Dps.c201 struct Ps_s* lastchild; /* end of children */ member in struct:Ps_s
1087 if (xp->lastchild)
1088 xp->lastchild = xp->lastchild->sibling = pp;
1090 xp->children = xp->lastchild = pp;

Completed in 33 milliseconds