OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__BLINK
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libcurses/
attributes.c
298
ch |=
__BLINK
;
334
attr |=
__BLINK
;
385
if (attr &
__BLINK
&& t_enter_blink_mode(t) != NULL)
386
win->wattr |=
__BLINK
;
437
if (attr &
__BLINK
)
438
win->wattr &= ~
__BLINK
;
curses_private.h
152
(__REVERSE |
__BLINK
| __DIM | __BOLD | __BLANK | __PROTECT)
155
(__REVERSE |
__BLINK
| __DIM | __BOLD | __BLANK | __PROTECT \
curses.h
225
#define
__BLINK
0x00000800 /* Added characters are blinking. */
249
#define A_BLINK
__BLINK
266
#define WA_BLINK
__BLINK
/* Blinking */
color.c
181
_cursesi_screen->nca |=
__BLINK
;
refresh.c
928
if (on &
__BLINK
&& enter_blink_mode != NULL)
931
curscr->wattr |=
__BLINK
;
Completed in 40 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025