/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 47 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 D | attr_on.c | 45 (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 D | wattr_on.c | 47 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 D | chgat.c | 47 (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 D | termattr.c | 65 attr_t 69 attr_t at; in term_attrs()
|
H A D | private.h | 168 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 D | slk.c | 112 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 D | vid_attr.c | 47 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
|
H A D | setcchar.c | 47 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 D | vid_puts.c | 51 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 D | attr_on.c | 52 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 D | wattr_on.c | 53 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 D | chgat.c | 52 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 D | termattr.c | 63 attr_t 67 attr_t at = 0; in term_attrs()
|
H A D | private.h | 155 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 D | vid_attr.c | 50 vid_attr(attr_t attr, short pair, void *opts) in vid_attr()
|
H A D | getwin.c | 57 attr_t at; in get_cc() 135 attr_t at; in put_cc()
|
H A D | slk.c | 105 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 D | getcchar.c | 53 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 D | llib-lcurses | 100 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 D | llib-lxcurses | 100 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 D | llib-lcurses | 100 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 D | llib-lxcurses | 100 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 D | curses.h | 73 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 D | curses.h | 74 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 …]
|