Home | History | Annotate | Download | only in include

Lines Matching refs:waddch

767 extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype);		/* implemented */
1164 #define addch(ch) waddch(stdscr,ch)
1213 #define mvwaddch(win,y,x,ch) (wmove(win,y,x) == ERR ? ERR : waddch(win,ch))