Home | History | Annotate | Download | only in include

Lines Matching refs:mvwchgat

464 #ifdef mvwchgat
465 inline int UNDEF(mvwchgat)(WINDOW *win, int y, int x, int n,
467 return mvwchgat(win, y, x, n, attr, color, opts); }
468 #undef mvwchgat
469 #define mvwchgat UNDEF(mvwchgat)
1122 return ::mvwchgat(w, y, x, n, attr, color, opts); }