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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c492 static ast New1( astType type, ast a) { function
507 t->child = New1(EvalSteps,a);
526 t->child = New1(EvalSteps,a);
531 t->child->next = New1(EvalSteps, b);
597 child = New1(EvalSteps, child);
1169 a = New1( AxisAttribute, NewStr(IsAttr, STRVAL) );
1182 a = New1( AxisChild, Recurse(NodeTest));
1270 a = New1(EvalSteps, Recurse(OrExpr));
1395 a = New1( UnaryMinus, a);
1630 /* a = New1( AxisSel
[all...]

Completed in 91 milliseconds