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

/xsrc/external/mit/xstdcmap/dist/
H A Dxstdcmap.c134 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 Dsetvalues.c111 XrmGetResource(db, RESOURCE_NAME, RESOURCE_CLASS, &temp, &value);
/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c190 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 DXresource.h223 extern Bool XrmGetResource(
/xsrc/external/mit/libX11/dist/src/
H A DErrDes.c195 XrmGetResource(db, tptr, "ErrorType.ErrorNumber",
H A DXrm.c2566 XrmGetResource(XrmDatabase db, _Xconst char *name_str, _Xconst char *class_str, function in typeref:typename:Bool
/xsrc/external/mit/libXt/dist/src/
H A DError.c186 /* 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 DResConfig.c250 XrmGetResource(tmp_db, resource_name, resource_class,
/xsrc/local/programs/x11-ssh-askpass/
H A Dresources.c72 if (XrmGetResource (db, full_name, full_class, &type, &value))
/xsrc/external/mit/xload/dist/
H A Dxload.c250 found = XrmGetResource (XtScreenDatabase(XtScreen(toplevel)),
/xsrc/external/mit/ctwm/dist/
H A Dcaptive.c106 status = XrmGetResource(db, "ctwm.redirect", "Ctwm.Redirect", &str_type,
167 status = XrmGetResource(db, "ctwm.rootWindow", "Ctwm.RootWindow", &str_type,
H A Doccupation.c123 status = XrmGetResource(db, "ctwm.workspace", "Ctwm.Workspace",
/xsrc/external/mit/xdm/dist/xdm/
H A Dresource.c301 if (DmResourceDB && XrmGetResource (DmResourceDB,
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimRm.c124 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 DMakefile.am142 XrmGetResource.man \
H A DMakefile.in544 XrmGetResource.man \
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c1304 Bool found = XrmGetResource(xrdb, resource_name,

Completed in 27 milliseconds