Home | History | Annotate | Download | only in include

Lines Matching refs:wstandout

439 #ifdef wstandout
440 inline int UNDEF(wstandout)(WINDOW *win) { return wstandout(win); }
441 #undef wstandout
442 #define wstandout UNDEF(wstandout)
1178 int standout() { return ::wstandout(w); }