Searched full:a_blink (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 145 A_BLINK, in NCURSES_EXPORT() 199 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK, in NCURSES_EXPORT() 266 (newmode & A_BLINK) != 0, in NCURSES_EXPORT() 314 TurnOn(A_BLINK, enter_blink_mode); in NCURSES_EXPORT() 391 attrs |= A_BLINK; in NCURSES_SP_NAME()
|
| /freebsd/contrib/less/ |
| H A D | output.c | 101 #define A_BLINK (1u<<3) macro 142 case 5: sgr->attr |= A_BLINK; break; in update_sgr() 143 case 25: sgr->attr &= ~A_BLINK; break; in update_sgr() 204 case A_BLINK: in set_win_colors() 231 if (sgr->attr & (A_BLINK | A_UNDERLINE)) in set_win_colors()
|
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_vid_attr.c | 132 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK, in NCURSES_EXPORT() 199 (newmode & A_BLINK) != 0, in NCURSES_EXPORT() 249 TurnOn(A_BLINK, enter_blink_mode); in NCURSES_EXPORT()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_attr.3x | 260 A_BLINK Blinking 378 \fBA_BLINK\fP, \fBA_BOLD\fP, \fBA_DIM\fP, \fBA_REVERSE\fP, \fBA_STANDOUT\fP, or
|
| H A D | curs_color.3x | 487 The A_BLINK attribute should in theory cause the background to go bright.
|
| H A D | terminfo.tail | 1765 A_BLINK 3 8 sgr
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | theme.c | 48 {BSDDIALOG_BLINK, A_BLINK},
|
| H A D | lib_util.c | 1100 wattron(win, A_BLINK); in check_set_wtext_attr() 1103 wattroff(win, A_BLINK); in check_set_wtext_attr()
|
| /freebsd/sys/teken/demo/ |
| H A D | teken_demo.c | 116 attr |= A_BLINK; in printchar()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 98 DATA(A_BLINK), in _traceattr2()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1810 #define NONBLANK_ATTR (A_BOLD | A_DIM | A_BLINK | A_ITALIC) 1811 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS… 1812 #define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | …
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 325 #define WA_BLINK A_BLINK 1142 #define A_BLINK NCURSES_BITS(@cf_cv_1UL@,11) macro
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 1020 attrs |= A_BLINK; in drv_conattr()
|