Home | History | Annotate | Download | only in include

Lines Matching refs:chtype

131 #define NCURSES_CH_T chtype
134 typedef unsigned chtype;
137 typedef unsigned long chtype;
228 NCURSES_WRAPPED_VAR(chtype*, acs_map);
231 extern NCURSES_EXPORT_VAR(chtype) acs_map[];
324 typedef chtype attr_t; /* ...must be at least as wide as chtype */
383 chtype _bkgd; /* current background char/attribute pair */
532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
533 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */
534 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
546 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
547 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
548 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */
549 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
573 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
580 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */
589 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */
593 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
594 extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */
595 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
600 extern NCURSES_EXPORT(int) insch (chtype); /* generated */
617 extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */
618 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */
619 extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */
629 extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */
630 extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */
631 extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */
632 extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */
634 extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */
642 extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */
643 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */
644 extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
645 extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */
653 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
655 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */
656 extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */
657 extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */
659 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */
667 extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */
684 extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */
732 extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */
741 extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */
742 extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */
743 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
748 extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */
749 extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */
750 extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */
760 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */
761 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */
762 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */
771 extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */
776 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */
777 extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */
778 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */
779 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */
781 extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */
803 extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */
954 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented */
955 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented */
956 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented */
969 extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented */
974 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented */
975 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented */
1195 #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))
1580 extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype);
1583 extern NCURSES_EXPORT(char *) _tracechtype (chtype);
1584 extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype);