Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddnstr

639 extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int);	/* generated */
1237 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)