Lines Matching refs:opt_val
199 free(new->opt_val); in addNewOption2()
204 new->opt_val = _val; in addNewOption2()
235 _val = opt->opt_val ? strdup(opt->opt_val) : NULL; in xf86optionListDup()
252 TestFree(opt->opt_val); in xf86optionListFree()
272 return opt->opt_val; in xf86optionValue()
288 opt->opt_val = value; in xf86newOption()
331 if (p->opt_val) in xf86findOptionValue()
332 return p->opt_val; in xf86findOptionValue()
461 TestFree(option->opt_val); in xf86parseOption()
484 if (list->opt_val) in xf86printOptionList()
486 list->opt_val); in xf86printOptionList()