/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 45 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 D | attr_on.c | 43 (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 D | wattr_on.c | 45 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 D | chgat.c | 45 (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 D | termattr.c | 63 attr_t 67 attr_t at; in term_attrs()
|
H A D | private.h | 166 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 D | slk.c | 104 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 D | vid_attr.c | 45 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
|
H A D | getwin.c | 52 attr_t at; 140 attr_t at;
|
H A D | setcchar.c | 45 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) in setcchar()
|
H A D | getcchar.c | 45 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar()
|
H A D | wchgat.c | 45 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 D | vid_puts.c | 49 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 D | attr_on.c | 50 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 D | wattr_on.c | 51 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 D | chgat.c | 50 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 D | termattr.c | 61 attr_t 65 attr_t at = 0; in term_attrs()
|
H A D | private.h | 153 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 D | slk.c | 103 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 D | getwin.c | 55 attr_t at; in get_cc() 133 attr_t at; in put_cc()
|
H A D | vid_attr.c | 48 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
|
H A D | getcchar.c | 51 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar()
|
H A D | setcchar.c | 51 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, in setcchar()
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 71 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 D | curses.h | 72 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 …]
|