Searched refs:Tk_Init (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/unix/
H A DtkAppInit.c75 if (Tk_Init(interp) == TCL_ERROR) {
81 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkAppInit.c100 if (Tk_Init(interp) == TCL_ERROR) {
103 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DtkAppInit.c91 if (Tk_Init(interp) == TCL_ERROR) {
94 Tcl_StaticPackage(interp, "Tk", Tk_Init, (Tcl_PackageInitProc *) NULL);
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkAppInit.c87 if (Tk_Init(interp) == TCL_ERROR) {
90 Tcl_StaticPackage(interp, "Tk", Tk_Init, (Tcl_PackageInitProc *) NULL);
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkAppInit.c100 if (Tk_Init(interp) == TCL_ERROR) {
103 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/swig-12/Lib/tcl/
H A Dwish.i86 if (Tk_Init(interp) == TCL_ERROR) {
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DwinMain.c165 if (Tk_Init(interp) == TCL_ERROR) {
168 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/tcl-105/tk/tk/win/
H A DwinMain.c164 if (Tk_Init(interp) == TCL_ERROR) {
167 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DwinMain.c163 if (Tk_Init(interp) == TCL_ERROR) {
166 Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dstubs.c315 if (Tk_Init(tcl_ip) == TCL_ERROR) {
326 p_Tk_Init = (int (*)(Tcl_Interp *))DL_SYM(tk_dll, "Tk_Init");
544 if (Tk_Init(tcl_ip) == TCL_ERROR)
H A Dtcltklib.c1175 Tcl_StaticPackage(0, "Tk", Tk_Init, Tk_SafeInit);
1336 DUMP1("Tk_Init");
1343 "tcltklib: can't find Tk_Init()");
1346 "tcltklib: fail to Tk_Init(). %s",
1359 DUMP1("Tk_Init");
6285 DUMP1("Tk_Init");
6291 rb_raise(rb_eLoadError, "tcltklib: can't find Tk_Init()");
6293 rb_raise(rb_eRuntimeError, "tcltklib: fail to Tk_Init(). %s",
6304 Tcl_StaticPackage(ptr->ip, "Tk", Tk_Init, Tk_SafeInit);
6306 Tcl_StaticPackage(ptr->ip, "Tk", Tk_Init,
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkConsole.c364 if (Tk_Init(consoleInterp) != TCL_OK) {
H A DtkStubInit.c821 Tk_Init, /* 118 */
H A DtkDecls.h761 EXTERN int Tk_Init(Tcl_Interp *interp);
2453 #ifndef Tk_Init
2454 #define Tk_Init \ macro
H A DtkWindow.c208 * variable in Tk_Init.
2863 * Tk_Init --
2884 Tk_Init(
2947 * The actual code called is the same as Tk_Init but Tcl_IsSafe() is
3264 * TkpInit, as that may run through the Tk_Init routine again for the
3282 * an alternate [tkInit] command before calling Tk_Init().
2853 Tk_Init( function
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkConsole.c377 if (Tk_Init(consoleInterp) != TCL_OK) {
H A DtkStubInit.c989 Tk_Init, /* 118 */
H A DtkDecls.h444 EXTERN int Tk_Init _ANSI_ARGS_((Tcl_Interp * interp));
1684 #ifndef Tk_Init
1685 #define Tk_Init \ macro
H A DtkWindow.c189 * the "argv" variable in Tk_Init.
2859 * Tk_Init --
2881 Tk_Init(interp)
2943 * The actual code called is the same as Tk_Init but Tcl_IsSafe()
3241 * Tk_Init routine again for the console window interpreter.
2851 Tk_Init(interp) function

Completed in 374 milliseconds