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

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c731 Value value2; /* Second operand for current
749 value2.pv.buffer = value2.pv.next = value2.staticSpace;
750 value2.pv.end = value2.pv.buffer + STATIC_STRING_SPACE - 1;
751 value2.pv.expandProc = TclExpandParseValue;
752 value2.pv.clientData = (ClientData) NULL;
852 result = ExprLex(interp, infoPtr, &value2);
859 value2
728 Value value2; /* Second operand for current local
[all...]

Completed in 11 milliseconds