HomeSort by relevance Sort by last modified time
    Searched defs:attr_t (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
parsertypes.h 61 } attr_t; typedef in typeref:struct:attr
74 attr_t *cmd_attr_list;
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/xml/
xml_convert.c 117 } attr_t; typedef in typeref:struct:__anon793
144 attr_t *attributes;
256 static attr_t diskset_attrs[] = {
262 static attr_t available_attrs[] = {
268 static attr_t unavailable_attrs[] = {
274 static attr_t hsp_attrs[] = {
280 static attr_t disk_attrs[] = {
286 static attr_t slice_attrs[] = {
296 static attr_t stripe_attrs[] = {
308 static attr_t concat_attrs[] =
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses2/h/
curses.h 73 typedef unsigned short attr_t; typedef
76 * These attributes and masks can be applied to an attr_t.
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 *)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
curses.h 74 typedef unsigned short attr_t; typedef
77 * These attributes and masks can be applied to an attr_t.
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 *)
    [all...]

Completed in 120 milliseconds