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

/bind-9.6-ESV-R11/contrib/sdb/tcl/
H A Dtcldb.c64 int tclres; local
72 tclres = Tcl_EvalFile(driver->interp, (char *) "lookup.tcl");
73 if (tclres != TCL_OK) {
106 int tclres; local
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 !
[all...]

Completed in 9 milliseconds