Home
last modified time | relevance | path

Searched refs:_tk_exists (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_tkinter.c2936 const char * _tk_exists = NULL; in _tkinter_tkapp_loadtk_impl() local
2961 _tk_exists = Tkapp_Result(self); in _tkinter_tkapp_loadtk_impl()
2967 if (_tk_exists == NULL || strcmp(_tk_exists, "1") != 0) { in _tkinter_tkapp_loadtk_impl()
/external/python/cpython2/Modules/
D_tkinter.c3141 const char * _tk_exists = NULL; in Tkapp_TkInit() local
3166 _tk_exists = Tkapp_Result(self); in Tkapp_TkInit()
3172 if (_tk_exists == NULL || strcmp(_tk_exists, "1") != 0) { in Tkapp_TkInit()