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

/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl39 my %options;
44 push @{$options{$attr}}, $val;
50 if (!exists $options{$opt}) {
53 return $options{$opt};
102 if (exists $options{'input_manifest'}) {
103 foreach my $mf (@{$options{'input_manifest'}}) {
115 if (exists $options{'exception_manifest'}) {
116 foreach my $mf (@{$options{'exception_manifest'}}) {
136 foreach my $lf (@{$options{'manifest_license'}}) {
153 if (exists $options{'versio
[all...]
/solaris-x11-s11/open-src/xserver/xserver-common/
H A DXserver116 getprop options/default_depth DEFDEPTH
117 getprop options/server XSERVER
118 getprop options/server_args SERVERARGS
119 getprop options/tcp_listen TCP_LISTEN
120 getprop options/display_0_on_console CONSOLE
121 getprop options/config_file CONFIG_FILE
152 setprop options/server = ${newserver}
/solaris-x11-s11/open-src/lib/fontconfig/
H A Dfc-cache.sh72 getprop options/force_rebuild
75 POSTCMD="svccfg -s application/font/fc-cache setprop options/force_rebuild=false"
/solaris-x11-s11/open-src/data/ogl-select/
H A Dogl-select120 getprop options/vendor
/solaris-x11-s11/
H A DMakefile37 # Choose options for branding, download sites, etc.
38 # Makefile.options is created as a link to a file containing the desired
39 # options, chosen by the first of these found in open-src/common:
40 # 1) Makefile.options.$(X_BUILD_OPTIONS)
41 # 2) Makefile.options.<last two components of `domainname`, lowercased>
42 # 3) Makefile.options.opensolaris
43 MK_OPTS = open-src/common/Makefile.options
64 print "Choosing build options from $(MK_OPTS).$${X_BUILD_OPTIONS}" ; \
66 ln -s "Makefile.options.$${X_BUILD_OPTIONS}" $@
83 # Don't include Makefile.options symlin
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h79 * All options are stored using this data type.
114 XF86OptionPtr xf86optionListCreate(const char **options, int count, int used);
H A DFlags.c115 * these old keywords are turned into standard generic options.
511 * Create and return a list of options from an array of option &
518 xf86optionListCreate( const char **options, int count, int used ) argument
526 for (count = 0; options[count]; count++)
538 (strlen (options[i]) + 1));
539 strcpy (t1, options[i]);
541 (strlen (options[i + 1]) + 1));
542 strcpy (t2, options[i + 1]);
555 * is used. The end result is a single valid list of options. Duplicates
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h143 int options; /* wordbreak, scroll, etc. */ member in struct:_TextPart
H A DXaw3_1Text.c155 offset(text.options), XtRImmediate, (caddr_t)0},
514 if (ctx->text.options != 0)
515 XawTextChangeOptions((Widget) ctx, ctx->text.options);
2311 * generalization to allow more options.
2461 if (newtw->text.options != oldtw->text.options)
2462 XawTextChangeOptions((Widget) newtw, newtw->text.options);
2708 XawTextChangeOptions(w, options)
2710 int options;
2714 ctx->text.options
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h183 int options; /* wordbreak, scroll, etc. */ member in struct:_TextPart
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c319 HkeyPlug(pointer module, pointer options, int *errmaj, int *errmin) argument
/solaris-x11-s11/open-src/driver/xf86-video-ast/sun-src/src/
H A Dast_sparc_driver.c165 dev = xf86FindOptionValue(pDev->options, "device");
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessX.c506 OptionsRec options; variable
603 if (options.automaticPopup) {
641 if (options.automaticPopup) {
652 if (options.automaticPopup) {
662 if (options.automaticPopup) {
3164 if (options.automaticPopup) {
3169 if (options.automaticPopup) {
3429 if (!options.automaticPopup)
3468 XtGetApplicationResources(topLevel, (XtPointer)&options, resources,
3487 if (options
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c482 for (p = output->options; p->token >= 0; p++) {

Completed in 2085 milliseconds