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

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dnodecmd.c79 StackSlot *currentSlot; member in struct:CurrentStack
129 if (tsdPtr->currentSlot && tsdPtr->currentSlot->nextPtr) {
130 tsdPtr->currentSlot = tsdPtr->currentSlot->nextPtr;
131 tsdPtr->currentSlot->element = element;
150 tsdPtr->currentSlot->nextPtr = newElement;
151 newElement->prevPtr = tsdPtr->currentSlot;
154 tsdPtr->currentSlot = newElement;
155 tsdPtr->currentSlot
[all...]

Completed in 65 milliseconds