Searched refs:option (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_help.c | 150 " -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/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 288 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/xf86/ |
H A D | Flags.c | 87 {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...] |
/solaris-x11-s12/open-src/app/xdm/ |
H A D | Makefile | 123 XCF_HEADER += \n%1$$s a file specified via the -config command line option).
|
/solaris-x11-s12/open-src/lib/fontconfig/ |
H A D | 90-sun-prefer-bitmap.conf | 28 Prefer bitmap fonts if the option "prefer_bitmap" is set to true.
|
Completed in 9 milliseconds