Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h276 _curses_window_attroff_impl(PyCursesWindowObject *self, long attr);
288 return_value = _curses_window_attroff_impl(self, attr); in _curses_window_attroff()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c987 _curses_window_attroff_impl(PyCursesWindowObject *self, long attr) in _curses_window_attroff_impl() function