Lines Matching refs:tclres
64 int tclres;
72 tclres = Tcl_EvalFile(driver->interp, (char *) "lookup.tcl");
73 if (tclres != TCL_OK) {
106 int tclres;
119 tclres = Tcl_Eval(driver->interp, cmd);
122 if (tclres != TCL_OK) {
135 tclres = Tcl_SplitList(driver->interp, driver->interp->result,
137 if (tclres != TCL_OK)
144 tclres = Tcl_SplitList(driver->interp, rrv[i],
146 if (tclres != TCL_OK) {