reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
  919   void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) {
  919   void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) {
usr/include/curses.h
  388 typedef	chtype	attr_t;		/* ...must be at least as wide as chtype */
  447 	chtype  _bkgd;		/* current background char/attribute pair */
  596 extern NCURSES_EXPORT(int) addch (const chtype);			/* generated */
  597 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int);		/* generated */
  598 extern NCURSES_EXPORT(int) addchstr (const chtype *);			/* generated */
  610 extern NCURSES_EXPORT(int) bkgd (chtype);				/* generated */
  611 extern NCURSES_EXPORT(void) bkgdset (chtype);				/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  613 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype);		/* generated */
  613 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype);		/* generated */
  653 extern NCURSES_EXPORT(int) hline (chtype, int);				/* generated */
  658 extern NCURSES_EXPORT(int) inchnstr (chtype *, int);			/* generated */
  659 extern NCURSES_EXPORT(int) inchstr (chtype *);				/* generated */
  681 extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype);		/* generated */
  682 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int);	/* generated */
  683 extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *);	/* generated */
  693 extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int);		/* generated */
  695 extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int);	/* generated */
  696 extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *);		/* generated */
  698 extern NCURSES_EXPORT(int) mvinsch (int, int, chtype);			/* generated */
  707 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype);	/* generated */
  708 extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
  709 extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *);	/* generated */
  717 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int);	/* generated */
  720 extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int);	/* generated */
  721 extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *);		/* generated */
  723 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype);		/* generated */
  748 extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype);		/* implemented */
  807 extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC);		/* implemented */
  814 extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int);	/* implemented */
  815 extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *);		/* generated */
  825 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype);			/* implemented */
  826 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype);			/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  841 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int);		/* implemented */
  843 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int);		/* implemented */
  844 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *);		/* generated */
 1720 extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype);
 1722 extern NCURSES_EXPORT(char *) _tracechtype (chtype);
usr/include/unctrl.h
   57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);