Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_curses_panel.c.h143 _curses_panel_panel_move_impl(PyCursesPanelObject *self, int y, int x);
173 return_value = _curses_panel_panel_move_impl(self, y, x); in _curses_panel_panel_move()
/external/python/cpython3/Modules/
D_curses_panel.c366 _curses_panel_panel_move_impl(PyCursesPanelObject *self, int y, int x) in _curses_panel_panel_move_impl() function