Lines Matching defs:interp

142 static int parse_client_id(Tcl_Interp *interp, const char *zArg){  in parse_client_id()
158 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_create()
211 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_wait()
255 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_halt()
303 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argc()
335 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argv()
371 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_colname()
409 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_result()
441 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_error()
486 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_compile()
539 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_step()
581 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_finalize()
625 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_reset()
656 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_swap()
690 int Sqlitetest7_Init(Tcl_Interp *interp){ in Sqlitetest7_Init()
717 int Sqlitetest7_Init(Tcl_Interp *interp){ return TCL_OK; } in Sqlitetest7_Init()