Home
last modified time | relevance | path

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

/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h314 msvcrt_putch_impl(PyObject *module, char char_value);
325 return_value = msvcrt_putch_impl(module, char_value); in msvcrt_putch()
/external/python/cpython3/PC/
Dmsvcrtmodule.c315 msvcrt_putch_impl(PyObject *module, char char_value) in msvcrt_putch_impl() function