Lines Matching defs:result
158 * interp->result; in this case itemPtr is left uninitialized,
232 * Returns TCL_OK or TCL_ERROR, and sets interp->result.
275 sprintf(interp->result,
294 * A standard Tcl result code. If an error occurs, then
295 * an error message is left in interp->result.
817 int result;
832 result = TkOvalToArea(oval, areaPtr);
841 if ((result == 0) && (ovalPtr->outlineGC != None)
865 return result;
953 * The return value is a standard Tcl result. If an error
955 * left in interp->result, replacing whatever used to be there.
957 * appended to the result.