Lines Matching defs:result
232 * A standard Tcl result. If an error occurs, an error message is
233 * left in interp->result.
262 int result;
264 result = TkClipInit(interp, dispPtr);
265 if (result != TCL_OK) {
266 return result;
318 * A standard Tcl result. If an error is returned, an error message
319 * is left in interp->result.
422 * A standard Tcl result.
537 sprintf(interp->result,
555 * The result is a standard Tcl return value, which is normally TCL_OK.
556 * If an error occurs then an error message is left in interp->result