Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dtermios.c.h198 {"tcflow", _PyCFunction_CAST(termios_tcflow), METH_FASTCALL, termios_tcflow__doc__},
204 termios_tcflow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcflow() function
/aosp_15_r20/external/python/cpython2/Modules/
Dtermios.c285 termios_tcflow(PyObject *self, PyObject *args) in termios_tcflow() function
311 {"tcflow", termios_tcflow,