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

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c1677 Tcl_Value funcResult; /* Result of function call. */
1795 &funcResult);
1800 if (funcResult.type == TCL_INT) {
1802 valuePtr->intValue = funcResult.intValue;
1805 valuePtr->doubleValue = funcResult.doubleValue;
1668 Tcl_Value funcResult; /* Result of function call. */ local

Completed in 14 milliseconds