HomeSort by relevance Sort by last modified time
    Searched refs:_tkinter_tk_failed (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/
tkappinit.c 31 const char *_tkinter_tk_failed; local
94 _tkinter_tk_failed = Tcl_GetVar(interp,
95 "_tkinter_tk_failed", TCL_GLOBAL_ONLY);
98 _tkinter_tk_failed != NULL &&
99 strcmp(_tkinter_tk_failed, "1") == 0)) {
108 Tcl_SetVar(interp, "_tkinter_tk_failed", "1", TCL_GLOBAL_ONLY);
_tkinter.c 687 "_tkinter_tk_failed", "1", TCL_GLOBAL_ONLY);
753 const char *_tkinter_tk_failed; local
754 _tkinter_tk_failed = Tcl_GetVar(v->interp,
755 "_tkinter_tk_failed", TCL_GLOBAL_ONLY);
757 if ( _tkinter_tk_failed != NULL &&
758 strcmp(_tkinter_tk_failed, "1") == 0) {
    [all...]
  /external/python/cpython2/Modules/
tkappinit.c 34 const char *_tkinter_tk_failed; local
97 _tkinter_tk_failed = Tcl_GetVar(interp,
98 "_tkinter_tk_failed", TCL_GLOBAL_ONLY);
101 _tkinter_tk_failed != NULL &&
102 strcmp(_tkinter_tk_failed, "1") == 0)) {
111 Tcl_SetVar(interp, "_tkinter_tk_failed", "1", TCL_GLOBAL_ONLY);
_tkinter.c 789 "_tkinter_tk_failed", "1", TCL_GLOBAL_ONLY);
828 const char *_tkinter_tk_failed; local
829 _tkinter_tk_failed = Tcl_GetVar(v->interp,
830 "_tkinter_tk_failed", TCL_GLOBAL_ONLY);
832 if ( _tkinter_tk_failed != NULL &&
833 strcmp(_tkinter_tk_failed, "1") == 0) {
    [all...]

Completed in 2185 milliseconds