Home | History | Annotate | Download | only in include

Lines Matching full:mvinstr

624 extern NCURSES_EXPORT(int) mvinstr (int, int, char *);			/* generated */
1093 #define mvinstr(y,x,s) mvwinstr(stdscr,y,x,s)