Home | History | Annotate | Download | only in include

Lines Matching refs:addch

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