Searched defs:option (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c288 int option = 1; local
293 while (option < argc) {
294 if (!strcmp(argv[option], "-display"))
295 if (++option < argc)
296 display_name = argv[option];
300 else if (!strcmp(argv[option], "-force"))
303 else if (!strcmp(argv[option], "-allscreens"))
306 else if (!strcmp(argv[option], "-depth"))
307 if (++option < argc) {
308 depth = string_to_depth(argv[option]);
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_help.c150 " -propt Print the current configuration option settings.\n";
153 " use the -res \\? option. To change the current video\n"
160 " use the -res \\? option. To change the current video\n"
178 " this option should be issued when the window system\n"
213 const fbopt_descr_t *option; /* Current cmd option descriptor */ local
221 * Display the help text for each command line option
223 for (option = fbvar->fbc_option;
224 option->help_text != NULL;
225 option
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c87 {OPTION, "option"},
208 * option name is not already present in the list. If the option
210 * option. Return a pointer to the head of the list.
217 XF86OptionPtr head, /* Ptr to head of option list */
218 char *name, /* Ptr to new option name string */
219 char *val, /* Ptr to new option value string */
227 XF86OptionPtr new; /* Ptr to new or existing option */
228 XF86OptionPtr old; /* Ptr to existing option, if any */
231 * Disallow duplicate option name
637 XF86OptionPtr option, old; local
719 xf86printOption( FILE *fp, XF86OptionPtr option, const char * const whitespace[]) argument
[all...]

Completed in 30 milliseconds