Home
last modified time | relevance | path

Searched defs:attr_set (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dattributes.c86 attr_set(attr_t attr, short pair, void *opts) in attr_set() function
H A Dcurses.h441 #define attr_set(a, p, o) wattr_set(stdscr, a, p, o) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h99 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c125 struct attr_set { struct
126 struct query_template_s *templates;
127 AttributeName* attrs; /* specifies the set */
128 unsigned flags;
155 int attr_set_index; /* determines the projected attributes */ argument
2971 int attr_set = -1; in pcache_op_search() local