Searched defs:option (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 285 int option = 1; local 290 while (option < argc) { 291 if (!strcmp(argv[option], "-display")) 292 if (++option < argc) 293 display_name = argv[option]; 297 else if (!strcmp(argv[option], "-force")) 300 else if (!strcmp(argv[option], "-allscreens")) 303 else if (!strcmp(argv[option], "-depth")) 304 if (++option < argc) { 305 depth = string_to_depth(argv[option]); [all...] |
/solaris-x11-s11/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-s11/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-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontCreato.c | 935 making changes with the size option menu, so we use this disgusting 949 Widget option; local 955 if (value == NULL) option = fc->creator.other_size; 959 option = XtNameToWidget(fc->creator.size_menu, value); 960 if (option == NULL) option = fc->creator.other_size; 964 XmNmenuHistory, option, NULL);
|
H A D | FontSample.c | 799 Widget option; local 805 if (value == NULL) option = s->sampler.other_size; 809 option = XtNameToWidget(s->sampler.size_menu, value); 810 if (option == NULL) option = s->sampler.other_size; 814 XmNmenuHistory, option, NULL); 832 making changes with the size option menu, so we use this disgusting
|
H A D | FontSB.c | 2166 making changes with the size option menu, so we use this disgusting 2180 Widget option; local 2186 if (value == NULL) option = fsb->fsb.other_size; 2194 option = XtNameToWidget(fsb->fsb.size_menu, value); 2195 if (option == NULL) option = fsb->fsb.other_size; 2199 XmNmenuHistory, option, NULL);
|
Completed in 48 milliseconds