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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dnodecmd.c668 domNode *oldLastChild, *child, *nextChild;
675 oldLastChild = node->lastChild;
686 if (oldLastChild) {
687 child = oldLastChild->nextSibling;
696 if (oldLastChild) {
697 oldLastChild->nextSibling = NULL;
698 node->lastChild = oldLastChild;
667 domNode *oldLastChild, *child, *nextChild; local

Completed in 121 milliseconds