Home | History | Annotate | Download | only in include

Lines Matching refs:winstr

773 extern NCURSES_EXPORT(int) winstr (WINDOW *, char *);			/* generated */
984 #define winstr(w, s) winnstr(w, s, -1)
1039 #define instr(s) winstr(stdscr,s)
1072 #define mvwinstr(win,y,x,s) (wmove(win,y,x) == ERR ? ERR : winstr(win,s))