Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddnstr

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