Searched refs:visible (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_label.c47 int visible; member in struct:grub_gui_label
86 if (! self->visible)
156 label_set_state (void *vself, int visible, int start __attribute__ ((unused)), argument
161 self->visible = visible;
205 else if (grub_strcmp (name, "visible") == 0)
207 self->visible = grub_strcmp (value, "false") != 0;
247 label->visible = 1;
H A Dgui_circular_progress.c36 int visible; member in struct:grub_gui_circular_progress
118 if (! self->visible)
216 circprog_set_state (void *vself, int visible, int start, argument
220 self->visible = visible;
303 self->visible = 1;
H A Dgui_progress_bar.c36 int visible; member in struct:grub_gui_progress_bar
192 if (! self->visible)
263 progress_bar_set_state (void *vself, int visible, int start, argument
267 self->visible = visible;
381 self->visible = 1;
H A Dview.c160 int visible; member in struct:progress_value_data
169 update_timeouts (int visible, int start, int value, int end) argument
174 cur->set_state (cur->self, visible, start, value, end);
H A Dgui_list.c34 int visible; member in struct:grub_gui_list_impl
298 if (! self->visible)
480 else if (grub_strcmp (name, "visible") == 0)
482 self->visible = grub_strcmp (value, "false") != 0;
577 self->visible = 1;
/osnet-11/usr/src/lib/libxprop/common/
H A Dlibxprop.c36 boolean_t visible)
77 visible)) != 0)
32 xprop_encode(nvlist_t *xprops, const char *name, const char *type, boolean_t boolean_default, const char *string_default, boolean_t inheritable, const char *values, char *const *values_list, uint_t nvalues, const char *colname, boolean_t rightalign, boolean_t visible) argument
/osnet-11/usr/src/lib/libeti/menu/
H A DMakefile.com60 visible.o
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlvm.h53 int visible; member in struct:grub_lvm_lv
H A Dgui.h74 void (*set_state) (void *self, int visible, int start, int current, int end);
77 typedef void (*grub_gfxmenu_set_state_t) (void *self, int visible, int start,
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s64 ! last flush; SPARC V8 requires 2 more for flush to be visible
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlocalref.t90 # freed shouldn't be visible
98 ok($ok,'old value not visible during restore');
/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py43 "values", "colname", "rightalign", "visible", "indextable"
63 self.visible = t[10]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm287 using B<AutoLoader> will not be visible to auto-loaded subroutines, due to
295 visible to any autoloaded routines (but will not be invisible outside
H A Dfields.pm235 the class and are not visible to subclasses. Inherited fields can be
H A DSelfLoader.pm214 globals that will be visible to autoloaded routines. See the documentation
H A DCGI.pm2146 # $value -> (optional) Value of the button when selected (and visible name) (-value)
6429 want to use different values for the user-visible label inside the
6431 hash relating menu values to user-visible labels. If you
6492 to a hash containing user-visible labels for one or more
6581 containing long user-visible labels for the list items (-labels).
6654 relating the checkbox values to the user-visible labels that will be
6806 array relating the radio button values to user-visible labels to be
6889 name will also be used as the user-visible label.
6894 about which of -name and -value changes the user-visible label on the
7005 -value=>'user visible labe
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c309 token_common(fcode_env_t *env, int headered, int visible) argument
325 if (!visible)
332 (visible ? "named" : "headerless"), namebuff, token);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dlvm.c450 lv->visible = grub_lvm_check_flag (p, "status", "VISIBLE");
758 if (lv->visible && lv->number >= old_count)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL248 example, this makes prototypes for XSUBs visible to this Perl code.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm1106 You can call the perl visible subroutine something other than C<constant> if
1108 the name of the perl visible subroutine, unless you give the parameter
1390 The perl visible name of the XS subroutine generated which will return the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL312 be visible here. See L<Devel::DProf/BUGS>.
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1187 grub_efi_boolean_t visible);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm322 user-visible part. The C<B> module is of use to those who want to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm726 This utf8 flag is not visible in perl scripts, exactly for the same
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm485 and only that data will be visible to code evaluated in the

Completed in 87 milliseconds

12