Home | History | Annotate | Download | only in include

Lines Matching refs:inch

297 #ifdef inch
298 inline chtype UNDEF(inch)() { return inch(); }
299 #undef inch
300 #define inch UNDEF(inch)
956 chtype inch() const { return ::winch(w); }
959 chtype inch(int y, int x) { return ::mvwinch(w, y, x); }