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

/xsrc/external/mit/libXmu/dist/src/
H A DLocBitmap.c123 XrmRepresentation rep_type; local in function:XmuLocatePixmapFile
135 &rep_type, &value) &&
136 rep_type == XrmPermStringToQuark("String")) {
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c199 XrmRepresentation rep_type; local in function:XtDisplayStringConversionWarning
206 if (XrmQGetResource(rdb, xrm_name, xrm_class, &rep_type, &value)) {
207 if (rep_type == XtQBoolean)
209 else if (rep_type == _XtQString) {
877 XrmRepresentation rep_type; local in function:XtCvtStringToFont
885 &rep_type, &value)) {
886 if (rep_type == _XtQString) {
895 else if (rep_type == XtQFont) {
899 else if (rep_type == XtQFontStruct) {
1003 XrmRepresentation rep_type; local in function:XtCvtStringToFontSet
1142 XrmRepresentation rep_type; local in function:XtCvtStringToFontStruct
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c665 XrmRepresentation rep_type; local in function:GetResourcePixmapPath
677 &rep_type, &value) &&
678 rep_type == XrmPermStringToQuark("String")) {

Completed in 6 milliseconds