Searched refs:xf86getBoolValue (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | InputClass.c | 318 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val, in xf86parseInputClassSection() 327 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val, in xf86parseInputClassSection() 336 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val, in xf86parseInputClassSection() 345 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, xf86_lex_val.str); in xf86parseInputClassSection() 353 ptr->is_tablet_pad.set = xf86getBoolValue(&ptr->is_tablet_pad.val, xf86_lex_val.str); in xf86parseInputClassSection() 361 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val, in xf86parseInputClassSection() 370 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val, in xf86parseInputClassSection()
|
| H A D | xf86Parser.h | 486 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
|
| H A D | scan.c | 1106 xf86getBoolValue(Bool *val, const char *str) in xf86getBoolValue() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Option.c | 477 return xf86getBoolValue(&p->value.bool, s); in GetBoolValue()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 82508 parser: free val.str after xf86getBoolValue 115560 parser: corrected xf86getBoolValue to use case insensitive compare
|