Searched refs:msvcrt_ungetch (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 321 msvcrt_ungetch(PyObject *self, PyObject *args) in msvcrt_ungetch() function 387 {"ungetch", msvcrt_ungetch, METH_VARARGS, ungetch_doc},
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 369 {"ungetch", (PyCFunction)msvcrt_ungetch, METH_O, msvcrt_ungetch__doc__}, 375 msvcrt_ungetch(PyObject *module, PyObject *arg) in msvcrt_ungetch() function
|