Searched defs:getstr (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.h246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
H A Dcurses.h602 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1188 #define getstr(str) wgetstr(stdscr,str) macro
H A Dncurses.h602 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1188 #define getstr(str) wgetstr(stdscr,str) macro

Completed in 61 milliseconds