Tcl_InterpActive (3) Linux Manual Page
Tcl_CreateInterp, Tcl_DeleteInterp, Tcl_InterpActive, Tcl_InterpDeleted – create and delete Tcl command interpreters Synopsis #include <tcl.h> Tcl_Interp * Tcl_CreateInterp() Tcl_DeleteInterp(interp) int Tcl_InterpDeleted(interp) int Tcl_InterpActive(interp) Arguments Tcl_Interp *interp (in) Token for interpreter to be destroyed or queried. Description Tcl_CreateInterp creates a new interpreter structure and returns a token for it. The token is required in calls to most…
