Searched refs:Root (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe2.t25 $Root::foo = "visible";
29 $Root::foo .= "";
36 $cpt = new Safe "Root";
85 $Root::foo = "not ok 17";
88 @Root::bar = "ok";
89 push(@Root::bar, "18"); # Two steps to prevent "Identifier used only once..."
91 print "$Root::foo\n";
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmalloc.c79 static TREE *Root, /* root of the free tree */ variable
232 if (Root) {
233 tp = Root;
255 } else if (tp != Root) {
258 Root = tp;
542 if (Root) {
544 np = Root;
570 Root = tp;
590 Root = tp;
782 Root
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm149 $obj->{Root} = $root;
153 $obj->{Root} = "Safe::Root".$default_root++;
158 # XXX perhaps new Safe 'Root', mask => $mask, foo => bar, ...;
170 Opcode::_safe_pkg_prep($obj->{Root}) if($Opcode::VERSION > 1.04);
226 return $obj->{Root};
352 my $root = $obj->{Root};
419 ? Opcode::_safe_call_sv($obj->{Root}, $obj->{Mask}, $sub_with_args)
420 : scalar Opcode::_safe_call_sv($obj->{Root}, $obj->{Mask}, $sub_with_args);
422 _clean_stash($obj->{Root}
[all...]
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c62 static TREE *Root; /* root of the free tree */ variable
194 if (Root) {
195 tp = Root;
224 } else if (tp != Root) {
229 Root = tp;
551 if (Root) {
553 np = Root;
586 Root = tp;
613 Root = tp;
990 Root
[all...]

Completed in 61 milliseconds