Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c1440 PyCursesWindow_SetScrollRegion(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_SetScrollRegion() function
1643 {"setscrreg", (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c1828 PyCursesWindow_SetScrollRegion(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_SetScrollRegion() function
2068 {"setscrreg", (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS},