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

/xsrc/external/mit/libXt/dist/src/
H A DResources.c492 XrmValue convValue; local in function:GetResources
639 convValue.size = sizeof(Screen *);
640 convValue.addr = (XPointer) &widget->core.screen;
642 QScreen, &convValue, cache_base);
690 convValue.size = sizeof(Boolean);
691 convValue.addr = (XPointer) &persistent_resources;
693 &convValue, NULL);
779 convValue.size = rx->xrm_size;
780 convValue.addr = (XPointer) (base - rx->xrm_offset - 1);
783 xrm_type, &convValue, cache_pt
[all...]

Completed in 3 milliseconds