Home
last modified time | relevance | path

Searched refs:attr_t (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c45 STATIC attr_t turn_off(int (*)(int), attr_t);
46 STATIC attr_t turn_on(int (*)(int), attr_t);
66 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts()
195 STATIC attr_t
196 turn_off(int (*putout)(int), attr_t attr) in turn_off()
198 attr_t new = attr; in turn_off()
226 STATIC attr_t
227 turn_on(int (*putout)(int), attr_t attr) in turn_on()
229 attr_t new = attr; in turn_on()
H A Dattr_on.c43 (attr_on)(attr_t at, void *opts)
55 (attr_off)(attr_t at, void *opts)
67 (attr_set)(attr_t at, short co, void *opts)
92 (attr_get)(attr_t *at, short *co, void *opts)
98 if (at != (attr_t *) 0)
H A Dwattr_on.c45 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
59 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
88 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
94 if (at != (attr_t *) 0) in wattr_get()
H A Dchgat.c45 (chgat)(int n, attr_t at, short co, const void *opts)
59 (mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts)
75 WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
H A Dtermattr.c63 attr_t
67 attr_t at; in term_attrs()
H A Dprivate.h166 extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
167 extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
H A Dslk.c104 slk_attr_off(const attr_t at, void *opts) in slk_attr_off()
119 slk_attr_on(const attr_t at, void *opts) in slk_attr_on()
134 slk_attr_set(const attr_t at, short co, void *opts) in slk_attr_set()
H A Dvid_attr.c45 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
H A Dgetwin.c52 attr_t at;
140 attr_t at;
H A Dsetcchar.c45 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) in setcchar()
H A Dgetcchar.c45 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar()
H A Dwchgat.c45 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) in wchgat()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c49 static attr_t turn_off(int (*)(int), attr_t);
50 static attr_t turn_on(int (*)(int), attr_t);
71 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts()
181 static attr_t
182 turn_off(int (*putout)(int), attr_t attr) in turn_off()
184 attr_t new = attr; in turn_off()
212 static attr_t
213 turn_on(int (*putout)(int), attr_t attr) in turn_on()
215 attr_t new = attr; in turn_on()
H A Dattr_on.c50 attr_on(attr_t at, void *opts) in attr_on()
60 attr_off(attr_t at, void *opts) in attr_off()
70 attr_set(attr_t at, short co, void *opts) in attr_set()
90 attr_get(attr_t *at, short *co, void *opts) in attr_get()
H A Dwattr_on.c51 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
62 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
85 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
H A Dchgat.c50 chgat(int n, attr_t at, short co, const void *opts) in chgat()
62 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts) in mvchgat()
75 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at, in mvwchgat()
H A Dtermattr.c61 attr_t
65 attr_t at = 0; in term_attrs()
H A Dprivate.h153 extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
154 extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
H A Dslk.c103 slk_attr_off(const attr_t at, void *opts) in slk_attr_off()
114 slk_attr_on(const attr_t at, void *opts) in slk_attr_on()
125 slk_attr_set(const attr_t at, short co, void *opts) in slk_attr_set()
H A Dgetwin.c55 attr_t at; in get_cc()
133 attr_t at; in put_cc()
H A Dvid_attr.c48 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
H A Dgetcchar.c51 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar()
H A Dsetcchar.c51 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, in setcchar()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h71 typedef unsigned short attr_t; typedef
132 attr_t _at; /* Attribute flags. */
363 extern int attr_get(attr_t *, short *, void *);
364 extern int attr_off(attr_t, void *);
365 extern int attr_on(attr_t, void *);
366 extern int attr_set(attr_t, short, void *);
385 extern int chgat(int, attr_t, short, const void *);
418 extern int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
479 extern int mvchgat(int, int, int, attr_t, short, const void *);
521 extern int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
[all …]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h72 typedef unsigned short attr_t; typedef
133 attr_t _at; /* Attribute flags. */
431 extern int attr_get(attr_t *, short *, void *);
432 extern int attr_off(attr_t, void *);
433 extern int attr_on(attr_t, void *);
434 extern int attr_set(attr_t, short, void *);
436 extern int wattr_get(WINDOW *, attr_t *, short *, void *);
437 extern int wattr_off(WINDOW *, attr_t, void *);
438 extern int wattr_on(WINDOW *, attr_t, void *);
439 extern int wattr_set(WINDOW *, attr_t, short, void *);
[all …]

12