Lines Matching defs:interp
124 static int parse_thread_id(Tcl_Interp *interp, const char *zArg){ in parse_thread_id()
140 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_create()
191 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_wait()
235 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_halt()
270 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argc()
302 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argv()
338 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_colname()
374 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_result()
406 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_error()
451 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_compile()
505 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_step()
548 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_finalize()
580 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_swap()
620 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_db_get()
651 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_db_put()
683 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_stmt_get()
711 int Sqlitetest4_Init(Tcl_Interp *interp){ in Sqlitetest4_Init()
740 int Sqlitetest4_Init(Tcl_Interp *interp){ return TCL_OK; } in Sqlitetest4_Init()