Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h2563 _curses_halfdelay_impl(PyObject *module, unsigned char tenths);
2595 return_value = _curses_halfdelay_impl(module, tenths); in _curses_halfdelay()
/external/python/cpython3/Modules/
D_cursesmodule.c2965 _curses_halfdelay_impl(PyObject *module, unsigned char tenths) in _curses_halfdelay_impl() function