Searched refs:addstr (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
H A Dcurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro
H A Dncurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
H A Dcurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro
H A Dncurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
H A Dcurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro
H A Dncurses.h523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr(str) waddnstr(stdscr,str,-1) macro

Completed in 63 milliseconds