HomeSort by: relevance | last modified time | path
    Searched defs:xrm_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h 61 XtIntPtr xrm_type; /* Resource representation type quark */ member in struct:__anon6004
  /xsrc/external/mit/libXt/dist/src/
Resources.c 304 xrmres->xrm_type = PSToQ(resources->resource_type);
325 xrmres->xrm_type = StringToQuark(resources->resource_type);
575 if (argType != NULLQUARK && argType != rx->xrm_type) {
677 register XrmRepresentation xrm_type; local
708 xrm_type = (XrmRepresentation) rx->xrm_type;
731 xrm_type, &to_val, cache_ptr);
778 if (rawType != xrm_type) {
783 xrm_type, &convValue, cache_ptr);
794 || (rx->xrm_default_type == xrm_type)
    [all...]

Completed in 6 milliseconds