Searched defs:inchstr (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.h271 #ifdef inchstr
272 inline int UNDEF(inchstr)(chtype *str) { return inchstr(str); } function
273 #undef inchstr macro
274 #define inchstr UNDEF(inchstr) macro
1061 int inchstr(chtype* str, int n=-1) { function in class:NCursesWindow
1066 int inchstr(int y, int x, chtype * str, int n=-1) { function in class:NCursesWindow
1068 // Move the cursor to the requested position and then perform the inchstr
H A Dcurses.h595 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
1162 #define inchstr(s) winchstr(stdscr,s) macro
H A Dncurses.h595 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
1162 #define inchstr(s) winchstr(stdscr,s) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h271 #ifdef inchstr
272 inline int UNDEF(inchstr)(chtype *str) { return inchstr(str); } function
273 #undef inchstr macro
274 #define inchstr UNDEF(inchstr) macro
1061 int inchstr(chtype* str, int n=-1) { function in class:NCursesWindow
1066 int inchstr(int y, int x, chtype * str, int n=-1) { function in class:NCursesWindow
1068 // Move the cursor to the requested position and then perform the inchstr
H A Dcurses.h614 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
1191 #define inchstr(s) winchstr(stdscr,s) macro
H A Dncurses.h614 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
1191 #define inchstr(s) winchstr(stdscr,s) macro

Completed in 94 milliseconds