Home | History | Annotate | Download | only in include

Lines Matching refs:waddstr

421 #ifdef waddstr
422 inline int UNDEF(waddstr)(WINDOW *win, char *str) { return waddstr(win, str); }
423 #undef waddstr
424 #define waddstr UNDEF(waddstr)