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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h111 XF86OptionPtr xf86findOption(XF86OptionPtr list, const char *name);
H A DFlags.c233 * Note that xf86findOption() accepts NULL as the list head
236 old = xf86findOption(head, name);
406 xf86findOption (XF86OptionPtr list, const char *name) function
496 XF86OptionPtr p = xf86findOption (list, name);
683 * Note that xf86findOption() accepts NULL as the list head
686 old = xf86findOption(head, name);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Option.c187 option_entry = xf86findOption(*option_list, option_name);
308 * function, other than xf86findOption(), is needed. That or
312 * xf86findOption() function has been provided with a list of
321 option_entry = xf86findOption(*option_list, option_name);
344 ??? * The xf86findOption() function found the named Option entry

Completed in 12 milliseconds