Home
last modified time | relevance | path

Searched refs:_tkinter_tk_failed (Results 1 – 22 of 22) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c845 const char *_tkinter_tk_failed; in Tkapp_New() local
846 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
849 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
850 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c709 const char *_tkinter_tk_failed; in Tkapp_New() local
710 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
713 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
714 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c794 const char *_tkinter_tk_failed; in Tkapp_New() local
795 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
798 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
799 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c848 const char *_tkinter_tk_failed; in Tkapp_New() local
849 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
852 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
853 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c845 const char *_tkinter_tk_failed; in Tkapp_New() local
846 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
849 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
850 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c848 const char *_tkinter_tk_failed; in Tkapp_New() local
849 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
852 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
853 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c845 const char *_tkinter_tk_failed; in Tkapp_New() local
846 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
849 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
850 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c845 const char *_tkinter_tk_failed; in Tkapp_New() local
846 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
849 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
850 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dtkappinit.c31 const char *_tkinter_tk_failed; in Tcl_AppInit() local
94 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
98 _tkinter_tk_failed != NULL && in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c845 const char *_tkinter_tk_failed; in Tkapp_New() local
846 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
849 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
850 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dtkappinit.c34 const char *_tkinter_tk_failed; in Tcl_AppInit() local
97 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
101 _tkinter_tk_failed != NULL && in Tcl_AppInit()
102 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c828 const char *_tkinter_tk_failed; in Tkapp_New() local
829 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
832 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
833 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dtkappinit.c34 const char *_tkinter_tk_failed; in Tcl_AppInit() local
97 _tkinter_tk_failed = Tcl_GetVar(interp, in Tcl_AppInit()
101 _tkinter_tk_failed != NULL && in Tcl_AppInit()
102 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
H A D_tkinter.c828 const char *_tkinter_tk_failed; in Tkapp_New() local
829 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()
832 if ( _tkinter_tk_failed != NULL && in Tkapp_New()
833 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()