Searched refs:_tkinter_tk_failed (Results 1 – 2 of 2) 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()
848 const char *_tkinter_tk_failed; in Tkapp_New() local849 _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()