Searched refs:xf86IsOptionSet (Results 1 – 4 of 4) sorted by relevance
125 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec * table, int token);
750 if (xf86IsOptionSet(FlagOptions, FLAG_AUTO_ADD_DEVICES)) { in configServerFlags()761 if (xf86IsOptionSet(FlagOptions, FLAG_AUTO_ENABLE_DEVICES)) { in configServerFlags()772 if (xf86IsOptionSet(FlagOptions, FLAG_AUTO_ADD_GPU)) { in configServerFlags()
754 xf86IsOptionSet(const OptionInfoRec * table, int token) in xf86IsOptionSet() function
134388 xf86IsOptionSet is rarely the right function to use for boolean options because151053 xaa: use xf86ReturnOptValBool instead of xf86IsOptionSet151062 exa: use xf86ReturnOptValBool instead of xf86IsOptionSet