Searched refs:xf86getBoolValue (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | InputClass.c | 175 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val, 183 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val, 191 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val, 199 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, 207 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val, 215 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
|
| H A D | xf86Parser.h | 517 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
|
| H A D | scan.c | 1145 xf86getBoolValue(Bool *val, const char *str) function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | InputClass.c | 320 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val, 329 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val, 338 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val, 347 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, xf86_lex_val.str); 355 ptr->is_tablet_pad.set = xf86getBoolValue(&ptr->is_tablet_pad.val, xf86_lex_val.str); 363 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val, 372 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
|
| H A D | xf86Parser.h | 488 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
|
| H A D | scan.c | 1112 xf86getBoolValue(Bool *val, const char *str) function in typeref:typename:Bool
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_options.c | 66 xf86getBoolValue(&val, xf86GetOptValString(options, id));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 481 return xf86getBoolValue(&p->value.bool, s);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 477 return xf86getBoolValue(&p->value.boolean, s);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_driver.c | 244 xf86getBoolValue(&val, xf86GetOptValString(intel->Options, id));
|
| H A D | intel_dri.c | 1449 if (s == NULL || xf86getBoolValue(&dummy, s)) {
|
Completed in 28 milliseconds