Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddchnstr

605 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int);	/* generated */
1076 #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,y,x,str,n)