Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h1638 _curses_window_subwin_impl(PyCursesWindowObject *self, int group_left_1,
1667 return_value = _curses_window_subwin_impl(self, group_left_1, nlines, ncols, begin_y, begin_x); in _curses_window_subwin()
/external/python/cpython3/Modules/
D_cursesmodule.c2315 _curses_window_subwin_impl(PyCursesWindowObject *self, int group_left_1, in _curses_window_subwin_impl() function