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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c618 xf86debugListOptions(XF86OptionPtr Options) argument
620 while (Options) {
621 ErrorF("Option: %s Value: %s\n",Options->opt_name,Options->opt_val);
622 Options = Options->list.next;

Completed in 9 milliseconds