Home | History | Annotate | Download | only in include

Lines Matching refs:mvgetch

597 #ifdef mvgetch
598 inline int UNDEF(mvgetch)(int y, int x) { return mvgetch(y, x);}
599 #undef mvgetch
600 #define mvgetch UNDEF(mvgetch)