Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddnstr

348 #ifdef mvaddnstr
349 inline int UNDEF(mvaddnstr)(int y, int x, const char *str, int n)
350 { return mvaddnstr(y, x, str, n); }
351 #undef mvaddnstr
352 #define mvaddnstr UNDEF(mvaddnstr)