Searched refs:PyCursesWindowObject (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _cursesmodule.c.h | 27 _curses_window_addch_impl(PyCursesWindowObject *self, int group_left_1, 32 _curses_window_addch(PyCursesWindowObject *self, PyObject *args) in _curses_window_addch() 99 _curses_window_addstr_impl(PyCursesWindowObject *self, int group_left_1, 104 _curses_window_addstr(PyCursesWindowObject *self, PyObject *args) in _curses_window_addstr() 173 _curses_window_addnstr_impl(PyCursesWindowObject *self, int group_left_1, 178 _curses_window_addnstr(PyCursesWindowObject *self, PyObject *args) in _curses_window_addnstr() 239 _curses_window_bkgd_impl(PyCursesWindowObject *self, PyObject *ch, long attr); 242 _curses_window_bkgd(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) in _curses_window_bkgd() 276 _curses_window_attroff_impl(PyCursesWindowObject *self, long attr); 279 _curses_window_attroff(PyCursesWindowObject *self, PyObject *arg) in _curses_window_attroff() [all …]
|
D | _curses_panel.c.h | 220 PyCursesWindowObject *win); 229 PyCursesWindowObject *win; in _curses_panel_panel_replace() 239 win = (PyCursesWindowObject *)args[0]; in _curses_panel_panel_replace() 330 _curses_panel_new_panel_impl(PyObject *module, PyCursesWindowObject *win); 336 PyCursesWindowObject *win; in _curses_panel_new_panel() 342 win = (PyCursesWindowObject *)arg; in _curses_panel_new_panel()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 236 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() 305 PyCurses_ConvertToCchar_t(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToCchar_t() 367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToString() 573 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \ 578 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \ 584 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \ 590 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \ 597 (PyCursesWindowObject *self, PyObject *args) \ 605 (PyCursesWindowObject *self, PyObject *args) \ 613 (PyCursesWindowObject *self, PyObject *args) \ [all …]
|
D | _curses_panel.c | 90 PyCursesWindowObject *wo; /* for reference counts */ 250 PyCursesWindowObject *wo) in PyCursesPanel_New() 414 PyCursesWindowObject *win) in _curses_panel_panel_replace_impl() 572 _curses_panel_new_panel_impl(PyObject *module, PyCursesWindowObject *win) in _curses_panel_new_panel_impl()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 249 (PyCursesWindowObject *self, PyObject *args) \ 254 (PyCursesWindowObject *self) \ 261 (PyCursesWindowObject *self) \ 267 (PyCursesWindowObject *self) \ 274 (PyCursesWindowObject *self, PyObject *args) \ 282 (PyCursesWindowObject *self, PyObject *args) \ 290 (PyCursesWindowObject *self, PyObject *args) \ 351 PyCursesWindowObject *wo; in Window_NoArgNoReturnFunction() 353 wo = PyObject_NEW(PyCursesWindowObject, &PyCursesWindow_Type); in Window_NoArgNoReturnFunction() 360 PyCursesWindow_Dealloc(PyCursesWindowObject *wo) in PyCursesWindow_Dealloc() [all …]
|
D | _curses_panel.c | 54 PyCursesWindowObject *wo; /* for reference counts */ 174 PyCursesPanel_New(PANEL *pan, PyCursesWindowObject *wo) in Panel_NoArgNoReturnFunction() 268 PyCursesWindowObject *temp; in PyCursesPanel_replace_panel() 406 PyCursesWindowObject *win; in PyCurses_new_panel()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | py_curses.h | 65 } PyCursesWindowObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | py_curses.h | 65 } PyCursesWindowObject; typedef
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | py_curses.h | 65 } PyCursesWindowObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | py_curses.h | 65 } PyCursesWindowObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | py_curses.h | 65 } PyCursesWindowObject; typedef
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | py_curses.h | 80 } PyCursesWindowObject; typedef
|