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

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c232 static int ExprGetValue _ANSI_ARGS_((Tcl_Interp *interp,
697 * ExprGetValue --
716 ExprGetValue(interp, infoPtr, prec, valuePtr)
763 result = ExprGetValue(interp, infoPtr, -1, valuePtr);
787 result = ExprGetValue(interp, infoPtr, precTable[infoPtr->token],
901 result = ExprGetValue(interp, infoPtr, precTable[operator],
915 * than QUESTY when calling ExprGetValue recursively.
920 result = ExprGetValue(interp, infoPtr,
930 result = ExprGetValue(interp, infoPtr,
935 result = ExprGetValue(inter
713 ExprGetValue(interp, infoPtr, prec, valuePtr) function
[all...]

Completed in 11 milliseconds