| /xsrc/external/mit/xstdcmap/dist/ |
| H A D | xstdcmap.c | 134 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 138 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 142 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 146 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 150 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) { 162 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 166 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 170 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 174 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 178 if (XrmGetResource(databas [all...] |
| /xsrc/external/mit/editres/dist/ |
| H A D | setvalues.c | 111 XrmGetResource(db, RESOURCE_NAME, RESOURCE_CLASS, &temp, &value);
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | sxpm.c | 190 if (XrmGetResource(xrdb, NULL, "sxpm.geometry", &stype, &val) 191 || XrmGetResource(xrdb, NULL, "Sxpm.geometry", &stype, &val)) { 224 if ((XrmGetResource(xrdb, "sxpm.hints", "", &stype, &val) 225 || XrmGetResource(xrdb, "Sxpm.hints", "", &stype, &val)) 236 if (XrmGetResource(xrdb, "sxpm.icon", "", &stype, &val) 237 || XrmGetResource(xrdb, "Sxpm.icon", "", &stype, &val)) {
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xresource.h | 223 extern Bool XrmGetResource(
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ErrDes.c | 195 XrmGetResource(db, tptr, "ErrorType.ErrorNumber",
|
| H A D | Xrm.c | 2566 XrmGetResource(XrmDatabase db, _Xconst char *name_str, _Xconst char *class_str, function in typeref:typename:Bool
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Error.c | 186 /* XrmGetResource requires the name and class to be fully qualified 197 (void) XrmGetResource(errorDB, str_name, str_class, &type_str, &result); 199 (void) XrmGetResource(app->errorDB, str_name, str_class, &type_str, 204 (void) XrmGetResource(db, str_name, str_class, &type_str, &result);
|
| H A D | ResConfig.c | 250 XrmGetResource(tmp_db, resource_name, resource_class,
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | resources.c | 72 if (XrmGetResource (db, full_name, full_class, &type, &value))
|
| /xsrc/external/mit/xload/dist/ |
| H A D | xload.c | 250 found = XrmGetResource (XtScreenDatabase(XtScreen(toplevel)),
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | captive.c | 106 status = XrmGetResource(db, "ctwm.redirect", "Ctwm.Redirect", &str_type, 167 status = XrmGetResource(db, "ctwm.rootWindow", "Ctwm.RootWindow", &str_type,
|
| H A D | occupation.c | 123 status = XrmGetResource(db, "ctwm.workspace", "Ctwm.Workspace",
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | resource.c | 301 if (DmResourceDB && XrmGetResource (DmResourceDB,
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imRm.c | 124 if(XrmGetResource(im->core.rdb, res_name, res_class, &str_type, &value)) { 139 if(XrmGetResource(im->core.rdb, res_name, res_class, &str_type, &value)) { 154 if(XrmGetResource(im->core.rdb, res_name, res_class, &str_type, &value)) { 174 if(XrmGetResource(im->core.rdb, res_name, res_class, &str_type, &value)) { 197 if(XrmGetResource(im->core.rdb, res_name, res_class, &str_type, &value)) {
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 142 XrmGetResource.man \
|
| H A D | Makefile.in | 544 XrmGetResource.man \
|
| /xsrc/external/mit/xrdb/dist/ |
| H A D | xrdb.c | 1304 Bool found = XrmGetResource(xrdb, resource_name,
|