Lines Matching refs:interp
27 Tcl_AppInit(Tcl_Interp *interp) in Tcl_AppInit() argument
45 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tcllibrary", in Tcl_AppInit()
49 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
50 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
51 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
55 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
56 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
57 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
60 if (Tcl_Init (interp) == TCL_ERROR) in Tcl_AppInit()
65 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tklibrary", in Tcl_AppInit()
77 Tcl_SetVar(interp, "tk_library", tkLibPath, TCL_GLOBAL_ONLY); in Tcl_AppInit()
89 _tkinter_skip_tk_init = Tcl_GetVar(interp, in Tcl_AppInit()
97 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
103 Tcl_SetResult(interp, TKINTER_LOADTK_ERRMSG, TCL_STATIC); in Tcl_AppInit()
108 if (Tk_Init(interp) == TCL_ERROR) { in Tcl_AppInit()
111 Tcl_SetVar(interp, "_tkinter_tk_failed", "1", TCL_GLOBAL_ONLY); in Tcl_AppInit()
117 main_window = Tk_MainWindow(interp); in Tcl_AppInit()
119 Tk_MainWindow(interp); in Tcl_AppInit()
123 TkMacOSXInitAppleEvents(interp); in Tcl_AppInit()
124 TkMacOSXInitMenus(interp); in Tcl_AppInit()
132 Tcl_CreateCommand(interp, "studbutton", studButtonCmd, in Tcl_AppInit()
134 Tcl_CreateCommand(interp, "tributton", triButtonCmd, in Tcl_AppInit()
142 TkImaging_Init(interp); in Tcl_AppInit()
158 extern int Tix_Init(Tcl_Interp *interp); in Tcl_AppInit()
159 extern int Tix_SafeInit(Tcl_Interp *interp); in Tcl_AppInit()