Home | History | Annotate | Download | only in include

Lines Matching full:winsstr

772 extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *);		/* generated */
986 #define winsstr(w, s) winsnstr(w, s, -1)
1038 #define insstr(s) winsstr(stdscr,s)
1071 #define mvwinsstr(win,y,x,s) (wmove(win,y,x) == ERR ? ERR : winsstr(win,s))