Searched refs:_tkinter_tk_failed (Results 1 – 4 of 4) sorted by relevance
31 const char *_tkinter_tk_failed; in Tcl_AppInit() local94 _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()
713 const char *_tkinter_tk_failed; in Tkapp_New() local714 _tkinter_tk_failed = Tcl_GetVar(v->interp, in Tkapp_New()717 if ( _tkinter_tk_failed != NULL && in Tkapp_New()718 strcmp(_tkinter_tk_failed, "1") == 0) { in Tkapp_New()
34 const char *_tkinter_tk_failed; in Tcl_AppInit() local97 _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()
828 const char *_tkinter_tk_failed; in Tkapp_New() local829 _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()