Home | History | Annotate | Download | only in include

Lines Matching refs:wgetstr

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