Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_cursesmodule.c1151 #define py_mvwdelch mvwdelch macro
1153 int py_mvwdelch(WINDOW *w, int y, int x) in py_mvwdelch() function
1273 return PyCursesCheckERR(py_mvwdelch(self->win, y, x), "mvwdelch"); in _curses_window_delch_impl()

Completed in 10 milliseconds