Home
last modified time | relevance | path

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

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