Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddstr

640 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *);		/* generated */
1238 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str)