Searched refs:ParseOptionValue (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Option.c | 50 static Bool ParseOptionValue(int scrnIndex, XF86OptionPtr options, 173 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupIntOption() 186 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupRealOption() 199 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupStrOption() 215 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupBoolOption() 228 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupPercentOption() 481 ParseOptionValue(int scrnIndex, XF86OptionPtr options, OptionInfoPtr p, in ParseOptionValue() function 714 ParseOptionValue(scrnIndex, options, p, TRUE); in xf86ProcessOptions()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 109 static Bool ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p); 610 if (ParseOptionValue(-1, optlist, &o)) in winSetStrOption() 625 if (ParseOptionValue(-1, optlist, &o)) in winSetBoolOption() 637 if (ParseOptionValue(-1, optlist, &o)) in winSetIntOption() 649 if (ParseOptionValue(-1, optlist, &o)) in winSetRealOption() 661 if (ParseOptionValue(-1, optlist, &o)) in winSetPercentOption() 750 ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p) in ParseOptionValue() function
|