Lines Matching refs:OptionInfoRec
169 OptionInfoRec o; in LookupIntOption()
182 OptionInfoRec o; in LookupRealOption()
195 OptionInfoRec o; in LookupStrOption()
211 OptionInfoRec o; in LookupBoolOption()
224 OptionInfoRec o; in LookupPercentOption()
659 OptionInfoRec opt; in ParseOptionValue()
719 xf86TokenToOptinfo(const OptionInfoRec * table, int token) in xf86TokenToOptinfo()
721 const OptionInfoRec *p, *match = NULL, *set = NULL; in xf86TokenToOptinfo()
745 xf86TokenToOptName(const OptionInfoRec * table, int token) in xf86TokenToOptName()
747 const OptionInfoRec *p; in xf86TokenToOptName()
754 xf86IsOptionSet(const OptionInfoRec * table, int token) in xf86IsOptionSet()
763 xf86GetOptValString(const OptionInfoRec * table, int token) in xf86GetOptValString()
775 xf86GetOptValInteger(const OptionInfoRec * table, int token, int *value) in xf86GetOptValInteger()
789 xf86GetOptValULong(const OptionInfoRec * table, int token, unsigned long *value) in xf86GetOptValULong()
803 xf86GetOptValReal(const OptionInfoRec * table, int token, double *value) in xf86GetOptValReal()
817 xf86GetOptValFreq(const OptionInfoRec * table, int token, in xf86GetOptValFreq()
866 xf86GetOptValBool(const OptionInfoRec * table, int token, Bool *value) in xf86GetOptValBool()
880 xf86ReturnOptValBool(const OptionInfoRec * table, int token, Bool def) in xf86ReturnOptValBool()