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

References

tools/lldb/source/Core/IOHandler.cpp
  917   void AttributeOn(attr_t attr) { ::wattron(m_window, attr); }
  918   void AttributeOff(attr_t attr) { ::wattroff(m_window, attr); }
 1081     attr_t attr = 0;
 1477     const attr_t hilgight_attr = A_REVERSE;
 1491         const attr_t shortcut_attr = A_UNDERLINE | A_BOLD;
 2865     attr_t changd_attr = 0;
 4000       const attr_t selected_highlight_attr = A_REVERSE;
 4001       const attr_t pc_highlight_attr = COLOR_PAIR(1);
 4012           attr_t highlight_attr = 0;
 4013           attr_t bp_attr = 0;
 4097         const attr_t selected_highlight_attr = A_REVERSE;
 4098         const attr_t pc_highlight_attr = COLOR_PAIR(1);
 4137           attr_t highlight_attr = 0;
 4138           attr_t bp_attr = 0;
usr/include/curses.h
  420     attr_t	attr;
  446 	attr_t  _attrs;		/* current attribute for non-space character */
  604 extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *);	/* generated */
  605 extern NCURSES_EXPORT(int) attr_off (attr_t, void *);			/* generated */
  607 extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *);		/* generated */
  616 extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *);	/* generated */
  686 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *);	/* generated */
  712 extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */
  775 extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *);		/* generated:WIDEC */
  780 extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*);	/* implemented */
  821 extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *);	/* generated */
  822 extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *);		/* implemented */
  824 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *);	/* generated */
  828 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */
 1719 extern NCURSES_EXPORT(char *) _traceattr (attr_t);