Home
last modified time | relevance | path

Searched refs:PyCursesWindowObject (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/clinic/
D_cursesmodule.c.h27 _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.h239 PyCursesWindowObject *win);
247 PyCursesWindowObject *win; in _curses_panel_panel_replace()
348 _curses_panel_new_panel_impl(PyObject *module, PyCursesWindowObject *win);
354 PyCursesWindowObject *win; in _curses_panel_new_panel()
360 win = (PyCursesWindowObject *)arg; in _curses_panel_new_panel()
/third_party/python/Modules/
D_cursesmodule.c231 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype()
300 PyCurses_ConvertToCchar_t(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToCchar_t()
362 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToString()
567 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \
572 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \
578 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \
584 (PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) \
591 (PyCursesWindowObject *self, PyObject *args) \
599 (PyCursesWindowObject *self, PyObject *args) \
607 (PyCursesWindowObject *self, PyObject *args) \
[all …]
D_curses_panel.c90 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()
/third_party/python/Include/
Dpy_curses.h65 } PyCursesWindowObject; typedef