Searched refs:xf86findOption (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 102 extern _X_EXPORT XF86OptionPtr xf86findOption(XF86OptionPtr list, const char *name);
|
| H A D | Flags.c | 200 if (head != NULL && (old = xf86findOption(head, name)) != NULL) { 314 xf86findOption (XF86OptionPtr list, const char *name) function in typeref:typename:XF86OptionPtr 335 XF86OptionPtr p = xf86findOption (list, name); 468 if (head != NULL && (old = xf86findOption(head, name)) != NULL) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 79 extern _X_EXPORT XF86OptionPtr xf86findOption(XF86OptionPtr list,
|
| H A D | Flags.c | 196 if (head != NULL && (old = xf86findOption(head, name)) != NULL) { 308 xf86findOption(XF86OptionPtr list, const char *name) function in typeref:typename:XF86OptionPtr 328 XF86OptionPtr p = xf86findOption(list, name); 464 if (head != NULL && (old = xf86findOption(head, name)) != NULL) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 413 return xf86findOption(options, name); 437 opt = xf86findOption(options, name); 456 opt = xf86findOption(options, name);
|
| H A D | xf86Xinput.c | 644 if (xf86findOption(cl->option_lst, "Ignore")) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 415 return xf86findOption(options, name); 436 opt = xf86findOption(options, name); 455 opt = xf86findOption(options, name);
|
| H A D | xf86Xinput.c | 751 if (xf86findOption(cl->option_lst, "Ignore")) {
|
Completed in 10 milliseconds