Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c321 msvcrt_ungetch(PyObject *self, PyObject *args) in msvcrt_ungetch() function
387 {"ungetch", msvcrt_ungetch, METH_VARARGS, ungetch_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h369 {"ungetch", (PyCFunction)msvcrt_ungetch, METH_O, msvcrt_ungetch__doc__},
375 msvcrt_ungetch(PyObject *module, PyObject *arg) in msvcrt_ungetch() function