OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WA_HORIZONTAL
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libcurses/
attributes.c
355
attr |=
WA_HORIZONTAL
;
406
if (attr &
WA_HORIZONTAL
&& t_enter_horizontal_hl_mode(t) != NULL)
407
win->wattr |=
WA_HORIZONTAL
;
458
if (attr &
WA_HORIZONTAL
)
459
win->wattr &= ~
WA_HORIZONTAL
;
curses_private.h
156
| WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT |
WA_HORIZONTAL
| WA_VERTICAL)
refresh.c
979
if (on &
WA_HORIZONTAL
&& enter_horizontal_hl_mode != NULL)
982
curscr->wattr |=
WA_HORIZONTAL
;
curses.h
274
#define
WA_HORIZONTAL
0x00000008 /* Horizontal highlight */
/src/lib/libcurses/EXAMPLES/
ex1.c
77
WA_HORIZONTAL
,
Completed in 16 milliseconds
Indexes created Wed Oct 29 06:09:47 GMT 2025