Searched refs:PyCursesWindow_Type (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Include/ |
D | py_curses.h | 67 #define PyCursesWindow_Check(v) (Py_TYPE(v) == &PyCursesWindow_Type) 80 #define PyCursesWindow_Type (*(PyTypeObject *) PyCurses_API[0]) macro
|
/external/python/cpython2/Include/ |
D | py_curses.h | 82 #define PyCursesWindow_Check(v) (Py_TYPE(v) == &PyCursesWindow_Type) 95 #define PyCursesWindow_Type (*(PyTypeObject *) PyCurses_API[0]) macro
|
/external/python/cpython2/Modules/ |
D | _curses_panel.c | 276 &PyCursesWindow_Type, &temp)) in PyCursesPanel_replace_panel() 409 if (!PyArg_ParseTuple(args, "O!", &PyCursesWindow_Type, &win)) in PyCurses_new_panel()
|
D | _cursesmodule.c | 237 PyTypeObject PyCursesWindow_Type; variable 353 wo = PyObject_NEW(PyCursesWindowObject, &PyCursesWindow_Type); in Window_NoArgNoReturnFunction() 1308 &PyCursesWindow_Type, &temp)) in PyCursesWindow_Overlay() 1313 &PyCursesWindow_Type, &temp, &sminrow, &smincol, in PyCursesWindow_Overlay() 1346 &PyCursesWindow_Type, &temp)) in PyCursesWindow_Overwrite() 1351 &PyCursesWindow_Type, &temp, &sminrow, &smincol, in PyCursesWindow_Overwrite() 1669 PyTypeObject PyCursesWindow_Type = { variable 2799 Py_TYPE(&PyCursesWindow_Type) = &PyType_Type; in init_curses() 2802 PyCurses_API[0] = (void *)&PyCursesWindow_Type; in init_curses()
|
/external/python/cpython3/Modules/ |
D | _curses_panel.c | 302 &PyCursesWindow_Type, &temp)) in PyCursesPanel_replace_panel() 423 if (!PyArg_ParseTuple(args, "O!", &PyCursesWindow_Type, &win)) in PyCurses_new_panel()
|
D | _cursesmodule.c | 407 PyTypeObject PyCursesWindow_Type; variable 541 wo = PyObject_NEW(PyCursesWindowObject, &PyCursesWindow_Type); in Window_NoArgNoReturnFunction() 1676 &PyCursesWindow_Type, &temp)) in PyCursesWindow_Overlay() 1681 &PyCursesWindow_Type, &temp, &sminrow, &smincol, in PyCursesWindow_Overlay() 1714 &PyCursesWindow_Type, &temp)) in PyCursesWindow_Overwrite() 1719 &PyCursesWindow_Type, &temp, &sminrow, &smincol, in PyCursesWindow_Overwrite() 2096 PyTypeObject PyCursesWindow_Type = { variable 3343 if (PyType_Ready(&PyCursesWindow_Type) < 0) in PyInit__curses() 3347 PyCurses_API[0] = (void *)&PyCursesWindow_Type; in PyInit__curses()
|