Lines Matching defs:ref
304 Widget ref;
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->core.height + (ref->core.border_width << 1);