Lines Matching defs:chtype
54 typedef wchar_t chtype;
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,
553 chtype, chtype, chtype, chtype);
560 int echochar(const chtype);
566 chtype inch(void);
567 int inchnstr(chtype *, int);
568 int inchstr(chtype *);
570 int insch(chtype);
588 int mvaddch(int, int, chtype);
589 int mvaddchnstr(int, int, const chtype *, int);
590 int mvaddchstr(int, int, const chtype *);
597 chtype mvinch(int, int);
598 int mvinchnstr(int, int, chtype *, int);
599 int mvinchstr(int, int, chtype *);
601 int mvinsch(int, int, chtype);
605 int mvwaddch(WINDOW *, int, int, chtype);
606 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
607 int mvwaddchstr(WINDOW *, int, int, const chtype *);
614 chtype mvwinch(WINDOW *, int, int);
615 int mvwinsch(WINDOW *, int, int, chtype);
647 int box(WINDOW *, chtype, chtype);
671 chtype getattrs(WINDOW *);
672 chtype getbkgd(WINDOW *);
688 int hline(chtype, int);
708 int mvhline(int, int, chtype, int);
711 int mvvline(int, int, chtype, int);
712 int mvwhline(WINDOW *, int, int, chtype, int);
713 int mvwvline(WINDOW *, int, int, chtype, int);
715 int mvwinchnstr(WINDOW *, int, int, chtype *, int);
716 int mvwinchstr(WINDOW *, int, int, chtype *);
737 int pechochar(WINDOW *, const chtype);
763 chtype termattrs(void);
773 int vline(chtype, int);
778 int waddch(WINDOW *, chtype);
779 int waddchnstr(WINDOW *, const chtype *, int);
780 int waddchstr(WINDOW *, const chtype *);
789 int wbkgd(WINDOW *, chtype);
790 void wbkgdset(WINDOW *, chtype);
791 int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
792 chtype, chtype);
800 int wechochar(WINDOW *, const chtype);
806 int whline(WINDOW *, chtype, int);
807 chtype winch(WINDOW *);
808 int winchnstr(WINDOW *, chtype *, int);
809 int winchstr(WINDOW *, chtype *);
811 int winsch(WINDOW *, chtype);
832 int wvline(WINDOW *, chtype, int);
849 int slk_attroff(const chtype);
851 int slk_attron(const chtype);
853 int slk_attrset(const chtype);