Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h428 _curses_window_border_impl(PyCursesWindowObject *self, PyObject *ls,
482 return_value = _curses_window_border_impl(self, ls, rs, ts, bs, tl, tr, bl, br); in _curses_window_border()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c1081 _curses_window_border_impl(PyCursesWindowObject *self, PyObject *ls, in _curses_window_border_impl() function