OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ALTCHARSET
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libcurses/
erase.c
93
sp->attr = battr | (sp->attr &
__ALTCHARSET
);
clrtobot.c
105
sp->attr = battr | (sp->attr &
__ALTCHARSET
);
clrtoeol.c
111
sp->attr = battr | (sp->attr &
__ALTCHARSET
);
attributes.c
315
ch |=
__ALTCHARSET
;
365
attr |=
__ALTCHARSET
;
acs.c
113
_acs_char[acs] = term |
__ALTCHARSET
;
background.c
112
cp->attr = win->battr | (cp->attr &
__ALTCHARSET
);
setterm.c
189
screen->mask_me =
__ALTCHARSET
;
refresh.c
883
if (off &
__ALTCHARSET
&& exit_alt_charset_mode != NULL) {
885
curscr->wattr &= ~
__ALTCHARSET
;
993
if (on &
__ALTCHARSET
&& enter_alt_charset_mode != NULL &&
996
curscr->wattr |=
__ALTCHARSET
;
2072
if (curscr->wattr &
__ALTCHARSET
) {
2074
curscr->wattr &= ~
__ALTCHARSET
;
curses.h
230
#define
__ALTCHARSET
0x00010000 /* Added characters are ACS */
255
#define A_ALTCHARSET
__ALTCHARSET
271
#define WA_ALTCHARSET
__ALTCHARSET
/* Alternate character set */
color.c
191
_cursesi_screen->nca |=
__ALTCHARSET
;
Completed in 22 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025