Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c277 msvcrt_putch(PyObject *self, PyObject *args) in msvcrt_putch() function
386 {"putch", msvcrt_putch, METH_VARARGS, putch_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h311 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__},
317 msvcrt_putch(PyObject *module, PyObject *arg) in msvcrt_putch() function