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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h52 #ifdef addch
53 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
H A Dcurses.h532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
1135 #define addch(ch) waddch(stdscr,ch) macro
H A Dncurses.h532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
1135 #define addch(ch) waddch(stdscr,ch) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h52 #ifdef addch
53 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
H A Dcurses.h551 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
1164 #define addch(ch) waddch(stdscr,ch) macro
H A Dncurses.h551 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
1164 #define addch(ch) waddch(stdscr,ch) macro

Completed in 166 milliseconds