Home | History | Annotate | Download | only in include

Lines Matching full:wgetstr

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