Searched defs:tclres (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/sdb/tcl/
H A Dtcldb.c55 int tclres; local
63 tclres = Tcl_EvalFile(driver->interp, (char *) "lookup.tcl");
64 if (tclres != TCL_OK) {
104 int tclres; local
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 !
[all...]

Completed in 11 milliseconds