Lines Matching defs:tclres
55 int tclres;
63 tclres = Tcl_EvalFile(driver->interp, (char *) "lookup.tcl");
64 if (tclres != TCL_OK) {
104 int tclres;
122 tclres = Tcl_Eval(driver->interp, cmd);
125 if (tclres != TCL_OK) {
138 tclres = Tcl_SplitList(driver->interp, driver->interp->result,
140 if (tclres != TCL_OK)
147 tclres = Tcl_SplitList(driver->interp, rrv[i],
149 if (tclres != TCL_OK) {