Home | History | Annotate | Download | only in include

Lines Matching refs:mvwaddchnstr

436 #ifdef mvwaddchnstr
437 inline int UNDEF(mvwaddchnstr)(WINDOW *win, int y, int x, const chtype *str, int n)
438 { return mvwaddchnstr(win, y, x, str, n); }
439 #undef mvwaddchnstr
440 #define mvwaddchnstr UNDEF(mvwaddchnstr)
1028 return ::mvwaddchnstr(w, y, x, str, n); }