Home | History | Annotate | Download | only in include

Lines Matching refs:addch

551 extern NCURSES_EXPORT(int) addch (const chtype);			/* generated */
1164 #define addch(ch) waddch(stdscr,ch)