Lines Matching defs:res_class
1435 Xfree(oc->core.res_class);
1556 XOffsetOf(XOCRec, core.res_class), XlcSetMask | XlcGetMask },
1673 Xfree(om->core.res_class);
1674 om->core.res_class = NULL;
1743 _Xconst char *res_class)
1760 if (res_class) {
1761 om->core.res_class = strdup(res_class);
1762 if (om->core.res_class == NULL)
2063 _Xconst char *res_name, _Xconst char *res_class)
2067 om = create_om(lcd, dpy, rdb, res_name, res_class);