Lines Matching defs:result
176 Tcl_Write(errChannel, interp->result, -1);
212 Tcl_Write(errChannel, interp->result, -1);
227 Tcl_Write(errChannel, interp->result, -1);
364 if (*interp->result != 0) {
368 * in core dumps under Solaris 2.3 if the result was very long.
373 puts(interp->result);
450 Tcl_Write(errChannel, interp->result, -1);
474 int result;
495 result = Tk_BindCmd(clientData, interp, argc, argv);
498 return result;
629 int tFlag = 0, result = 1;
644 while ((!gotIntr) && (!tFlag) && ((fd<0)||file) && result && (fd>=0 || !sh_waitsafe()))
645 result = Tcl_DoOneEvent(0);
650 result = -1;
654 result = 1;
662 return result;