Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h1686 _curses_window_scroll_impl(PyCursesWindowObject *self, int group_right_1,
1709 return_value = _curses_window_scroll_impl(self, group_right_1, lines); in _curses_window_scroll()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c2359 _curses_window_scroll_impl(PyCursesWindowObject *self, int group_right_1, in _curses_window_scroll_impl() function