Home | History | Annotate | Download | only in include

Lines Matching defs:addch

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