Searched refs:db_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/rgb/dist/
H A Dconfigure.ac61 [db_type=$withval], [db_type="text"])
62 AC_MSG_RESULT([$db_type])
64 RGB_DB_TYPE=$db_type
71 case $db_type in
111 AM_CONDITIONAL(RGB_DB, [test x$db_type != xtext])
H A Dconfigure11445 withval=$with_rgb_db_type; db_type=$withval
11447 db_type="text"
11450 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $db_type" >&5
11451 printf "%s\n" "$db_type" >&6; }
11453 RGB_DB_TYPE=$db_type
11465 case $db_type in
11918 if test x$db_type != xtext; then
/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c688 XrmRepresentation db_type; local in function:_GetResource
694 if (XrmQGetSearchResource(list, Qname, Qclass, &db_type, &db_value)) {
695 if (db_type == Qtype) {
710 if (_XtConvert(&widget, db_type, &db_value, Qtype, value, NULL)) {
H A DIntrinsic.c1362 XrmRepresentation db_type; local in function:XtResolvePathname
1477 &db_type, &value) && db_type == _XtQString)

Completed in 15 milliseconds