Home | History | Annotate | Download | only in include

Lines Matching refs:mvaddch

636 extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype);		/* generated */
1234 #define mvaddch(y,x,ch) mvwaddch(stdscr,y,x,ch)