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

/solaris-x11-s12/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-s12/open-src/xserver/xserver-common/
H A DXserver117 getprop options/default_depth DEFDEPTH
118 getprop options/server XSERVER
119 getprop options/server_args SERVERARGS
120 getprop options/tcp_listen TCP_LISTEN
121 getprop options/display_0_on_console CONSOLE
122 getprop options/config_file CONFIG_FILE
123 getprop options/vncplatform VNCPLATFORM
152 options/server = astring: "${XSERVER}"
155 options/server_args = astring: '"-SecurityTypes=TLSNone -DisconnectClients=false -NeverShared -IdleTimeout=3600 -interface 169.254.182.77 -screenlock"'
163 options/serve
[all...]
/solaris-x11-s12/open-src/data/ogl-select/
H A Dogl-select120 getprop options/vendor
/solaris-x11-s12/
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-s12/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-s12/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-s12/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c319 HkeyPlug(pointer module, pointer options, int *errmaj, int *errmin) argument
/solaris-x11-s12/open-src/driver/xf86-video-ast/sun-src/src/
H A Dast_sparc_driver.c165 dev = xf86FindOptionValue(pDev->options, "device");
/solaris-x11-s12/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) {
3165 if (options.automaticPopup) {
3170 if (options.automaticPopup) {
3430 if (!options.automaticPopup)
3469 XtGetApplicationResources(topLevel, (XtPointer)&options, resources,
3488 if (options
[all...]

Completed in 34 milliseconds