Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddnstr

577 #ifdef mvaddnstr
578 inline int UNDEF(mvaddnstr)(int y, int x, const char *str, int n)
579 { return mvaddnstr(y, x, str, n); }
580 #undef mvaddnstr
581 #define mvaddnstr UNDEF(mvaddnstr)