Searched defs:ref (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c304 Widget ref; local
330 if ((ref = form->form.horiz_base) != (Widget)NULL) {
331 LayoutChild(ref);
332 x += ref->core.x + ref->core.width + (ref->core.border_width << 1);
334 if ((ref = form->form.vert_base) != (Widget)NULL) {
335 LayoutChild(ref);
336 y += ref->core.y + ref
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c432 Widget ref; local
459 if ((ref = form->form.horiz_base) != (Widget)NULL) {
460 FormConstraints ref_form = (FormConstraints) ref->core.constraints;
462 LayoutChild(ref);
464 ref->core.width + (ref->core.border_width << 1));
466 if ((ref = form->form.vert_base) != (Widget)NULL) {
467 FormConstraints ref_form = (FormConstraints) ref->core.constraints;
469 LayoutChild(ref);
471 ref
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h271 struct kref ref;
527 struct kref ref; member in struct:i915_hw_context

Completed in 30 milliseconds