Searched defs:default (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm242 my ($class, $section, $symtable, $default) = @_;
244 my $obj = bless [-1, $section, $symtable, $default], $class;
277 sub default { subroutine
286 my $default = $section->default;
294 exists($sym->{$1}) ? $sym->{$1} : $default;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm39 my $default = $section->default;
43 s{(s\\_[0-9a-f]+)}{ exists($sym->{$1}) ? $sym->{$1} : $default; }ge;
114 my $default = $section->default;
127 { exists($sym->{$1}) ? $sym->{$1} : $default; }ge;
1521 default: label
2186 disable an option using B<-fno-option>. All options default to
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py273 instances this boot instance entry will be placed. The default
299 if boot_instance.default is True:
300 # Find previous default (if any)
302 if x.default is True]
305 self._debug("Previous default was:\n%s", prevDefault)
330 prevDefault.default = False
558 # default bootfs, check the root pool's bootfs property and use
562 if inst.default is True]
565 self._debug('This BootConfig already has a default boot instance')
568 # Get the default bootf
851 def default(self): member in class:BootInstance
[all...]

Completed in 29 milliseconds