Lines Matching defs:interp
105 static int parse_thread_id(Tcl_Interp *interp, const char *zArg){ in parse_thread_id()
121 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_create()
170 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_wait()
214 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_halt()
249 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argc()
281 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argv()
317 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_colname()
353 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_result()
415 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_error()
460 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_compile()
503 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_step()
545 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_finalize()
576 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_swap()
610 int Sqlitetest4_Init(Tcl_Interp *interp){ in Sqlitetest4_Init()
636 int Sqlitetest4_Init(Tcl_Interp *interp){ return TCL_OK; } in Sqlitetest4_Init()