Searched refs:xf86optionListDup (Results 1 – 6 of 6) sorted by relevance
88 tmp = xf86optionListDup(device->options); in xf86CollectOptions()96 tmp = xf86optionListDup(pScrn->monitor->options); in xf86CollectOptions()103 tmp = xf86optionListDup(pScrn->confScreen->options); in xf86CollectOptions()110 tmp = xf86optionListDup(pScrn->display->options); in xf86CollectOptions()117 tmp = xf86optionListDup(extras); in xf86CollectOptions()
389 classopts = xf86optionListDup(cl->option_lst); in xf86MergeOutputClassOptions()
729 optp = xf86optionListDup(flagsconf->flg_option_lst); in configServerFlags()731 tmp = xf86optionListDup(layoutopts); in configServerFlags()
689 classopts = xf86optionListDup(cl->option_lst); in MergeInputClasses()
73 extern _X_EXPORT XF86OptionPtr xf86optionListDup(XF86OptionPtr opt);
229 xf86optionListDup(XF86OptionPtr opt) in xf86optionListDup() function