Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c47 STATIC attr_t turn_off(int (*)(int), attr_t);
48 STATIC attr_t turn_on(int (*)(int), attr_t);
68 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts()
197 STATIC attr_t
198 turn_off(int (*putout)(int), attr_t attr) in turn_off()
200 attr_t new = attr; in turn_off()
228 STATIC attr_t
229 turn_on(int (*putout)(int), attr_t attr) in turn_on()
231 attr_t new = attr; in turn_on()
H A Dattr_on.c45 (attr_on)(attr_t at, void *opts)
57 (attr_off)(attr_t at, void *opts)
69 (attr_set)(attr_t at, short co, void *opts)
94 (attr_get)(attr_t *at, short *co, void *opts)
100 if (at != (attr_t *) 0)
H A Dwattr_on.c47 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
61 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
90 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
96 if (at != (attr_t *) 0) in wattr_get()
H A Dchgat.c47 (chgat)(int n, attr_t at, short co, const void *opts)
61 (mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts)
77 WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
H A Dtermattr.c65 attr_t
69 attr_t at; in term_attrs()
H A Dprivate.h168 extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
169 extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
H A Dslk.c112 slk_attr_off(const attr_t at, void *opts) in slk_attr_off()
127 slk_attr_on(const attr_t at, void *opts) in slk_attr_on()
142 slk_attr_set(const attr_t at, short co, void *opts) in slk_attr_set()
H A Dvid_attr.c47 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
H A Dsetcchar.c47 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) in setcchar()
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c51 static attr_t turn_off(int (*)(int), attr_t);
52 static attr_t turn_on(int (*)(int), attr_t);
73 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) in vid_puts()
183 static attr_t
184 turn_off(int (*putout)(int), attr_t attr) in turn_off()
186 attr_t new = attr; in turn_off()
214 static attr_t
215 turn_on(int (*putout)(int), attr_t attr) in turn_on()
217 attr_t new = attr; in turn_on()
H A Dattr_on.c52 attr_on(attr_t at, void *opts) in attr_on()
62 attr_off(attr_t at, void *opts) in attr_off()
72 attr_set(attr_t at, short co, void *opts) in attr_set()
92 attr_get(attr_t *at, short *co, void *opts) in attr_get()
H A Dwattr_on.c53 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on()
64 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off()
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set()
87 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get()
H A Dchgat.c52 chgat(int n, attr_t at, short co, const void *opts) in chgat()
64 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts) in mvchgat()
77 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at, in mvwchgat()
H A Dtermattr.c63 attr_t
67 attr_t at = 0; in term_attrs()
H A Dprivate.h155 extern int __m_mbs_cc(const char *, attr_t, short, cchar_t *);
156 extern int __m_wcs_cc(const wchar_t *, attr_t, short, cchar_t *);
H A Dvid_attr.c50 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
H A Dgetwin.c57 attr_t at; in get_cc()
135 attr_t at; in put_cc()
H A Dslk.c105 slk_attr_off(const attr_t at, void *opts) in slk_attr_off()
116 slk_attr_on(const attr_t at, void *opts) in slk_attr_on()
127 slk_attr_set(const attr_t at, short co, void *opts) in slk_attr_set()
H A Dgetcchar.c53 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar()
/titanic_50/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses100 int attr_on(attr_t, void *);
101 int attr_off(attr_t, void *);
102 int attr_set(attr_t, short, void *);
104 int attr_get(attr_t *, short *, void *);
189 int chgat(int, attr_t, short, const void *);
190 int mvchgat(int, int, int, attr_t, short, const void *);
191 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
302 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
654 int setcchar(cchar_t *, const wchar_t *, attr_t, short, const void *);
676 int slk_attr_off(const attr_t, void *);
[all …]
H A Dllib-lxcurses100 int attr_on(attr_t, void *);
101 int attr_off(attr_t, void *);
102 int attr_set(attr_t, short, void *);
104 int attr_get(attr_t *, short *, void *);
189 int chgat(int, attr_t, short, const void *);
190 int mvchgat(int, int, int, attr_t, short, const void *);
191 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
302 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
654 int setcchar(cchar_t *, const wchar_t *, attr_t, short, const void *);
676 int slk_attr_off(const attr_t, void *);
[all …]
/titanic_50/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses100 int attr_on(attr_t, void *);
101 int attr_off(attr_t, void *);
102 int attr_set(attr_t, short, void *);
104 int attr_get(attr_t *, short *, void *);
189 int chgat(int, attr_t, short, const void *);
190 int mvchgat(int, int, int, attr_t, short, const void *);
191 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
302 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
654 int setcchar(cchar_t *, const wchar_t *, attr_t, short, const void *);
676 int slk_attr_off(const attr_t, void *);
[all …]
H A Dllib-lxcurses100 int attr_on(attr_t, void *);
101 int attr_off(attr_t, void *);
102 int attr_set(attr_t, short, void *);
104 int attr_get(attr_t *, short *, void *);
189 int chgat(int, attr_t, short, const void *);
190 int mvchgat(int, int, int, attr_t, short, const void *);
191 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
302 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
654 int setcchar(cchar_t *, const wchar_t *, attr_t, short, const void *);
676 int slk_attr_off(const attr_t, void *);
[all …]
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h73 typedef unsigned short attr_t; typedef
134 attr_t _at; /* Attribute flags. */
365 extern int attr_get(attr_t *, short *, void *);
366 extern int attr_off(attr_t, void *);
367 extern int attr_on(attr_t, void *);
368 extern int attr_set(attr_t, short, void *);
387 extern int chgat(int, attr_t, short, const void *);
420 extern int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
481 extern int mvchgat(int, int, int, attr_t, short, const void *);
523 extern int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
[all …]
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h74 typedef unsigned short attr_t; typedef
135 attr_t _at; /* Attribute flags. */
433 extern int attr_get(attr_t *, short *, void *);
434 extern int attr_off(attr_t, void *);
435 extern int attr_on(attr_t, void *);
436 extern int attr_set(attr_t, short, void *);
438 extern int wattr_get(WINDOW *, attr_t *, short *, void *);
439 extern int wattr_off(WINDOW *, attr_t, void *);
440 extern int wattr_on(WINDOW *, attr_t, void *);
441 extern int wattr_set(WINDOW *, attr_t, short, void *);
[all …]

12