Home | History | Annotate | Download | only in include

Lines Matching refs:mvwchgat

467 #ifdef mvwchgat
468 inline int UNDEF(mvwchgat)(WINDOW *win, int y, int x, int n,
470 return mvwchgat(win, y, x, n, attr, color, opts); }
471 #undef mvwchgat
472 #define mvwchgat UNDEF(mvwchgat)
1011 return ::mvwchgat(w, y, x, n, attr, color, opts); }