Searched refs:firstchild (Results 1 – 2 of 2) sorted by relevance
90 firstchild = hdfobj.child()91 if firstchild:92 action = firstchild.name()93 if firstchild.next():
207 int firstchild; member6197 parent->firstchild = next; in nextScaffoldPart()6201 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()6234 for (i = 0, cn = dtd->scaffold[src_node].firstchild; in build_node()