Searched defs:addch (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h53 inline int UNDEF(addch)(chtype ch) { return addch(ch); } function
54 #undef addch macro
55 #define addch UNDEF(addch) macro
1001 int addch(const chtype ch) { return ::waddch(w, ch); } function in class:NCursesWindow
1004 int addch(int y, int x, const chtype ch) { function in class:NCursesWindow

Completed in 138 milliseconds