Lines Matching defs:result
150 * interp->result; in this case itemPtr is
234 * Returns TCL_OK or TCL_ERROR, and sets interp->result.
321 * A standard Tcl result code. If an error occurs, then
322 * an error message is left in interp->result.
762 int numPoints, result;
791 result = TkPolygonToArea(coordPtr, numPoints, rectPtr);
798 result = TkThickPolyLineToArea(coordPtr, numPoints,
800 if (result >= 0) {
818 result = -1;
820 result = 0;
828 return result;
921 * The return value is a standard Tcl result. If an error
923 * left in interp->result, replacing whatever used
925 * item is appended to the result.