Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddstr

355 #ifdef mvaddstr
356 inline int UNDEF(mvaddstr)(int y, int x, const char * str)
357 { return mvaddstr(y, x, str); }
358 #undef mvaddstr
359 #define mvaddstr UNDEF(mvaddstr)