Searched defs:begin_y (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/ | ||
H A D | _cursesmodule.c | 1300 _curses_window_derwin_impl(PyCursesWindowObject *self, int group_left_1, int nlines, int ncols, int begin_y, int begin_x) _curses_window_derwin_impl() argument 2321 _curses_window_subwin_impl(PyCursesWindowObject *self, int group_left_1, int nlines, int ncols, int begin_y, int begin_x) _curses_window_subwin_impl() argument 3753 _curses_newwin_impl(PyObject *module, int nlines, int ncols, int group_right_1, int begin_y, int begin_x) _curses_newwin_impl() argument [all...] |
/third_party/python/Modules/clinic/ | ||
H A D | _cursesmodule.c.h | 608 int begin_y; in _curses_window_derwin() local 1648 int begin_y; _curses_window_subwin() local 3227 int begin_y = 0; _curses_newwin() local [all...] |
Completed in 8 milliseconds