Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c662 #define py_mvwdelch mvwdelch macro
664 int py_mvwdelch(WINDOW *w, int y, int x) in py_mvwdelch() function
748 rtn = py_mvwdelch(self->win,y,x); in PyCursesWindow_DelCh()
/external/python/cpython3/Modules/
D_cursesmodule.c933 #define py_mvwdelch mvwdelch macro
935 int py_mvwdelch(WINDOW *w, int y, int x) in py_mvwdelch() function
1019 rtn = py_mvwdelch(self->win,y,x); in PyCursesWindow_DelCh()