curses.h | 54 typedef wchar_t chtype; typedef in typeref:typename:wchar_t 77 typedef chtype cchar_t; 287 extern chtype _acs_char[NUM_ACS]; 538 int addch(chtype); 539 int addchnstr(const chtype *, int); 540 int addchstr(const chtype *); 550 int bkgd(chtype); 551 void bkgdset(chtype); 552 int border(chtype, chtype, chtype, chtype [all...] |