Searched refs:attr (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Vendor.c147 static void Realize(wid, vmask, attr)
150 XSetWindowAttributes *attr;
156 (*super->core_class.realize) (wid, vmask, attr);
H A DXaw3_1Mailbox.c342 static void Realize (gw, valuemaskp, attr)
345 XSetWindowAttributes *attr;
352 attr->bit_gravity = ForgetGravity;
353 attr->cursor = XCreateFontCursor (dpy, XC_top_left_arrow);
356 *valuemaskp, attr);
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c102 struct attrStruct attr; member in union:nodeStruct::__anon464
267 value = ap->nodeValue.attr.value;
391 searchAttr: Searches for the attribute node identified by "attr",
396 searchAttr(char *class, char *name, char *attr) argument
402 return(searchNodeList(instanceNode->head, attr));
944 /*** <attr>=<value> ??? ***/
1090 writeString(fp, ap->nodeValue.attr.value);
1136 writeString(fp, ap->nodeValue.attr.value);
1309 OWconfigSetInstance(char *class, char *name, OWconfigAttributePtr attr, argument
1315 if (!(class && name && attr))
1614 OWconfigFreeInstance(OWconfigAttributePtr attr, int numberInAttr) argument
[all...]
/solaris-x11-s11/pkg/
H A DMakefile146 FONT_ATTRS = $(FONT_MANIFESTS:%.p5m=$(PDIR)/%.attr)
244 $(PDIR)/%.attr:
247 system-font-*) ADDITIONAL_ATTRS="$(@:%.attr=%.font)" ;; \
250 ~(N)$(PROTOMETA)/$(@F:.attr=)/attributes_*.p5m \
251 ~(N)$(PROTOMETA)/$(@F:.attr=)/license_*.p5m /dev/null > $@
253 $(PDIR)/%.mog: $(PDIR)/%.p5m $(PDIR)/%.attr
259 $(@:%.mog=%.p5m) $(@:%.mog=%.attr) \
/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl42 my ($attr, $val) = split /=/, $arg, 2;
44 push @{$options{$attr}}, $val;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c337 static void Realize(wid, vmask, attr)
340 XSetWindowAttributes *attr;
346 (*super->core_class.realize) (wid, vmask, attr);
H A DPanner.c532 static void Realize (gw, valuemaskp, attr)
535 XSetWindowAttributes *attr;
545 attr->background_pixmap = pm;
552 (gw, valuemaskp, attr);
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c389 XSetWindowAttributes attr; /* for creating window */ local
589 attr.background_pixel = back_pixel;
590 attr.border_pixel = border_pixel;
591 attr.event_mask = (ExposureMask|ButtonPressMask|ButtonReleaseMask|KeyPressMask);
592 attr.cursor = XCreateFontCursor (dpy, XC_top_left_arrow);
613 InputOutput, def_vis->visual, valuemask, &attr);
619 attr.colormap = c;
625 InputOutput, vis.visual, valuemask, &attr);
660 CopyFromParent, CopyFromParent, valuemask, &attr);
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c395 XWindowAttributes attr; local
396 XGetWindowAttributes(dpy,win,&attr);
397 if (attr.backing_store == NotUseful) {
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c1220 vattr_t attr; local
1225 attr.va_mode = (int)(uintptr_t)ad[0];
1226 attr.va_uid = (int)(uintptr_t)ad[1];
1227 attr.va_gid = (int)(uintptr_t)ad[2];
1228 attr.va_fsid = (int)(uintptr_t)ad[3];
1229 attr.va_nodeid = (int)(uintptr_t)ad[4];
1230 attr.va_rdev = (int)(uintptr_t)ad[5];
1232 if ((tokp = au_to_attr(&attr)) == (token_t *)0)
1871 adrm_char(&adr, &id, 1); /* move past attr id */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c193 XWindowAttributes attr; local
194 if (XGetWindowAttributes(dpy, drawable, &attr) == 0) return 0;
195 visual = attr.visual;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h553 * @attr: sysfs attributes
589 struct device_attribute *attr; member in struct:drm_connector
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c861 XSetWindowAttributes *attr
895 the last argument attr was missing - causing Bad Xerror Request. When
900 valuemask, attr);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c258 static void Realize (Widget w, XtValueMask *mask, XSetWindowAttributes *attr);
3268 XSetWindowAttributes *attr)
3274 (w, mask, attr);
3265 Realize( Widget w, XtValueMask *mask, XSetWindowAttributes *attr) argument
H A DDPSScrollW.c186 static void Realize(Widget w, XtValueMask *mask, XSetWindowAttributes *attr);
1767 XSetWindowAttributes *attr)
1774 (w, mask, attr);
1764 Realize( Widget w, XtValueMask *mask, XSetWindowAttributes *attr) argument

Completed in 70 milliseconds