Searched refs:newopt (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c328 XF86OptionPtr newopt = NULL; local
332 newopt = xf86addNewOption(newopt, xf86configStrdup(opt->opt_name),
334 newopt->opt_used = opt->opt_used;
336 newopt->opt_comment = xf86configStrdup(opt->opt_comment);
339 return newopt;

Completed in 18 milliseconds