Searched defs:mvwgetstr (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.h492 #ifdef mvwgetstr
493 inline int UNDEF(mvwgetstr)(WINDOW *win, int y, int x, char *str) function
494 {return mvwgetstr(win, y, x, str);}
495 #undef mvwgetstr macro
496 #define mvwgetstr UNDEF(mvwgetstr) macro
H A Dcurses.h652 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
1193 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) macro
1214 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
H A Dncurses.h652 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
1193 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) macro
1214 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h492 #ifdef mvwgetstr
493 inline int UNDEF(mvwgetstr)(WINDOW *win, int y, int x, char *str) function
494 {return mvwgetstr(win, y, x, str);}
495 #undef mvwgetstr macro
496 #define mvwgetstr UNDEF(mvwgetstr) macro
H A Dcurses.h671 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
1222 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) macro
1243 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
H A Dncurses.h671 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
1222 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) macro
1243 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)

Completed in 57 milliseconds