Home | History | Annotate | Download | only in include

Lines Matching refs:wgetstr

775 extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *);			/* generated */
1063 #define wgetstr(w, s) wgetnstr(w, s, -1)
1159 #define getstr(str) wgetstr(stdscr,str)
1193 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str))