Home | History | Annotate | Download | only in include

Lines Matching refs:winchnstr

797 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int);		/* implemented */
1144 #define winchstr(w, s) winchnstr(w, s, -1)
1190 #define inchnstr(s,n) winchnstr(stdscr,s,n)
1225 #define mvwinchnstr(win,y,x,s,n) (wmove(win,y,x) == ERR ? ERR : winchnstr(win,s,n))