attr_t
static attr_t attr_list[] = {
static attr_t attr_list[] = {
static attr_t attr_list[] = {
attr_t *attr_list, size_t attr_list_bufsize, gts_efunc_t gts_efunc)
static attr_t attr_list[] = {
static attr_t segment_core_attr_list[] = {
static attr_t attr_list[] = {
static attr_t attr_list[] = {
static attr_t attr_list[] = {
parse_attributes(Mapfile *mf, const char *item_name, attr_t *attr_list,
attr_t *attr;
SGSOFFSETOF(attr_t, at_name), sizeof (attr[0]));
SGSOFFSETOF(attr_t, at_name),
attr_t _at; /* Attribute flags. */
extern int attr_get(attr_t *, short *, void *);
extern int attr_off(attr_t, void *);
extern int attr_on(attr_t, void *);
extern int attr_set(attr_t, short, void *);
extern int wattr_get(WINDOW *, attr_t *, short *, void *);
extern int wattr_off(WINDOW *, attr_t, void *);
extern int wattr_on(WINDOW *, attr_t, void *);
extern int wattr_set(WINDOW *, attr_t, short, void *);
extern int chgat(int, attr_t, short, const void *);
extern int mvchgat(int, int, int, attr_t, short, const void *);
extern int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
extern int wchgat(WINDOW *, int, attr_t, short, const void *);
extern int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
extern int setcchar(cchar_t *, const wchar_t *, attr_t, short, const void *);
extern int slk_attr_off(const attr_t, void *);
extern int slk_attr_on(const attr_t, void *);
extern int slk_attr_set(const attr_t, short, void *);
extern attr_t term_attrs(void);
extern int vid_attr(attr_t, short, void *);
extern int vid_puts(attr_t, short, void *, int (*)(int));
(attr_on)(attr_t at, void *opts)
(attr_off)(attr_t at, void *opts)
(attr_set)(attr_t at, short co, void *opts)
(attr_get)(attr_t *at, short *co, void *opts)
if (at != (attr_t *) 0)
(chgat)(int n, attr_t at, short co, const void *opts)
(mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts)
WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
attr_t cookie, nattr;
getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts)
attr_t at;
attr_t at;
cc->_at = (attr_t) ((ch & (A_ATTRIBUTES & ~A_COLOR)) >> 16);
__m_mbs_cc(const char *mbs, attr_t at, short co, cchar_t *cc)
__m_wcs_cc(const wchar_t *wcs, attr_t at, short co, cchar_t *cc)
extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts)
slk_attr_off(const attr_t at, void *opts)
slk_attr_on(const attr_t at, void *opts)
slk_attr_set(const attr_t at, short co, void *opts)
attr_t
attr_t at;
vid_attr(attr_t attr, short pair, void *opts)
STATIC attr_t
turn_off(int (*putout)(int), attr_t attr)
attr_t new = attr;
STATIC attr_t
turn_on(int (*putout)(int), attr_t attr)
attr_t new = attr;
STATIC attr_t turn_off(int (*)(int), attr_t);
STATIC attr_t turn_on(int (*)(int), attr_t);
vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int))
wattr_on(WINDOW *w, attr_t at, void *opts)
wattr_off(WINDOW *w, attr_t at, void *opts)
wattr_set(WINDOW *w, attr_t at, short co, void *opts)
wattr_get(WINDOW *w, attr_t *at, short *co, void *opts)
if (at != (attr_t *) 0)
wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts)
attr_t _at; /* Attribute flags. */
extern int attr_get(attr_t *, short *, void *);
extern int attr_off(attr_t, void *);
extern int attr_on(attr_t, void *);
extern int attr_set(attr_t, short, void *);
extern int chgat(int, attr_t, short, const void *);
extern int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
extern int mvchgat(int, int, int, attr_t, short, const void *);
extern int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
extern int setcchar(cchar_t *, const wchar_t *, const attr_t,
extern int slk_attr_off(const attr_t, void *);
extern int slk_attr_on(const attr_t, void *);
extern int slk_attr_set(const attr_t, short, void *);
extern attr_t term_attrs(void);
extern int vid_attr(attr_t, short, void *);
extern int vid_puts(attr_t, short, void *, int (*)(int));
extern int wattr_get(WINDOW *, attr_t *, short *, void *);
extern int wattr_off(WINDOW *, attr_t, void *);
extern int wattr_on(WINDOW *, attr_t, void *);
extern int wattr_set(WINDOW *, attr_t, short, void *);
extern int wchgat(WINDOW *, int, attr_t, short, const void *);
attr_on(attr_t at, void *opts)
attr_off(attr_t at, void *opts)
attr_set(attr_t at, short co, void *opts)
attr_get(attr_t *at, short *co, void *opts)
attr_t attrs;
chgat(int n, attr_t at, short co, const void *opts)
mvchgat(int y, int x, int n, attr_t at, short co, const void *opts)
mvwchgat(WINDOW *w, int y, int x, int n, attr_t at,
attr_t nattr;
getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts)
attr_t at;
attr_t at;
cc->_at = (attr_t)((ch & (A_ATTRIBUTES & ~A_COLOR)) >> 16);
__m_mbs_cc(const char *mbs, attr_t at, short co, cchar_t *cc)
__m_wcs_cc(const wchar_t *wcs, attr_t at, short co, cchar_t *cc)
extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at,
slk_attr_off(const attr_t at, void *opts)
slk_attr_on(const attr_t at, void *opts)
slk_attr_set(const attr_t at, short co, void *opts)
attr_t
attr_t at = 0;
vid_attr(attr_t attr, short pair, void *opts)
static attr_t
turn_off(int (*putout)(int), attr_t attr)
attr_t new = attr;
static attr_t
turn_on(int (*putout)(int), attr_t attr)
attr_t new = attr;
static attr_t turn_off(int (*)(int), attr_t);
static attr_t turn_on(int (*)(int), attr_t);
vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int))
wattr_on(WINDOW *w, attr_t at, void *opts)
wattr_off(WINDOW *w, attr_t at, void *opts)
wattr_set(WINDOW *w, attr_t at, short co, void *opts)
wattr_get(WINDOW *w, attr_t *at, short *co, void *opts)
wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts)
static attr_t