Searched refs:_bool (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.h46 unsigned char _bool; /**< \brief Boolean */ member in union:driOptionValue
150 cache->values[i]._bool);
H A Dxmlconfig.c248 v->_bool = false;
251 v->_bool = true;
1064 return cache->values[i]._bool;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.h57 unsigned char _bool; /**< \brief Boolean */ member in union:driOptionValue
189 cache->values[i]._bool);
H A Dxmlconfig.c222 v->_bool = false;
225 v->_bool = true;
358 optval->_bool = opt->value._bool;
460 ralloc_asprintf_append(&str, opt->value._bool ? "true" : "false");
1238 return cache->values[i]._bool;
H A Ddriconf.h78 .value = { ._bool = def }, \
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c1161 static const binding _bool[] = { variable in typeref:typename:const binding[]
1188 Lookup (win_attributes->save_under, _bool));
1255 Lookup (win_attributes->override_redirect, _bool));
1676 Lookup (wmhints.input, _bool));

Completed in 10 milliseconds