Searched refs:attr_t (Results 1 - 25 of 39) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dattr_on.c52 attr_on(attr_t at, void *opts)
62 attr_off(attr_t at, void *opts)
72 attr_set(attr_t at, short co, void *opts)
92 attr_get(attr_t *at, short *co, void *opts)
H A Dvid_attr.c50 vid_attr(attr_t attr, short pair, void *opts)
H A Dchgat.c52 chgat(int n, attr_t at, short co, const void *opts)
64 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts)
77 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at,
H A Dwattr_on.c53 wattr_on(WINDOW *w, attr_t at, void *opts)
64 wattr_off(WINDOW *w, attr_t at, void *opts)
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts)
87 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts)
H A Dgetcchar.c53 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts)
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))
183 static attr_t
184 turn_off(int (*putout)(int), attr_t attr)
186 attr_t new = attr;
214 static attr_t
215 turn_on(int (*putout)(int), attr_t att
[all...]
H A Dbkgrndst.c64 attr_t attrs;
H A Dsetcchar.c53 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at,
H A Dwchgat.c53 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts)
H A Dtermattr.c63 attr_t
67 attr_t at = 0;
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
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 Dvid_attr.c47 vid_attr(attr_t attr, short pair, void *opts)
H A Dwattr_on.c47 wattr_on(WINDOW *w, attr_t at, void *opts)
61 wattr_off(WINDOW *w, attr_t at, void *opts)
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts)
90 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts)
96 if (at != (attr_t *) 0)
H A Dsetcchar.c47 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts)
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 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))
197 STATIC attr_t
198 turn_off(int (*putout)(int), attr_t attr)
200 attr_t new = attr;
228 STATIC attr_t
229 turn_on(int (*putout)(int), attr_t att
[all...]
H A Dgetcchar.c47 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts)
H A Dwchgat.c47 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts)
H A Dtermattr.c65 attr_t
69 attr_t at;
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dparsertypes.h61 } attr_t; typedef in typeref:struct:attr
74 attr_t *cmd_attr_list;
H A Dparser_gram.y88 static attr_t *alloc_attr(void);
89 static attr_t *alloc_lvar_attr(var_t *var);
90 static attr_t *get_attr(cmd_t *cmd, int64_t name);
91 static attr_t *get_attr_fileset(cmd_t *cmd, int64_t name);
92 static attr_t *get_attr_integer(cmd_t *cmd, int64_t name);
93 static attr_t *get_attr_bool(cmd_t *cmd, int64_t name);
172 attr_t *attr;
1271 attr_t *attr = NULL;
1272 attr_t *list_end = NULL;
1302 attr_t *att
[all...]
/opensolaris-onvv-gate/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, voi
[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, voi
[all...]
/opensolaris-onvv-gate/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, voi
[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, voi
[all...]

Completed in 136 milliseconds

12