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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2851 ast nextStep; local
3319 nextStep = step->child;
3323 while (nextStep) {
3326 rc = xpathEvalStep( nextStep, ctxNode, exprContext, position,
3341 nextStep = nextStep->next;
3752 nextStep = step->child;
3753 Tcl_DStringAppend (&dStr, nextStep->strvalue, -1);
3772 nextStep = step->child->next;
3774 nextStep
[all...]

Completed in 109 milliseconds