Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h648 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch,
670 return_value = _curses_window_echochar_impl(self, ch, attr); in _curses_window_echochar()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c1330 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch, in _curses_window_echochar_impl() function