Searched refs:addchstr (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h58 #ifdef addchstr
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); } function
60 #undef addchstr macro
61 #define addchstr UNDEF(addchstr) macro
1019 // Move the cursor to the requested position and then perform the addchstr
1022 int addchstr(const chtype* str, int n=-1) { function in class:NCursesWindow
1027 int addchstr(int y, int x, const chtype * str, int n=-1) { function in class:NCursesWindow
1029 // Move the cursor to the requested position and then perform the addchstr
[all...]
H A Dcurses.h553 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1166 #define addchstr(str) waddchstr(stdscr,str) macro
H A Dncurses.h553 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
1166 #define addchstr(str) waddchstr(stdscr,str) macro

Completed in 52 milliseconds