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

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm242 sub is_leaf subroutine
244 scalar @_ == 2 or _usage("is_leaf(cookie, pg)");
246 return ($pg->{is_leaf});
258 return (grep { is_leaf($self, $_) } $self->all());
940 $pg->{is_leaf} = 1;
964 $pg->{is_leaf} = 0;

Completed in 42 milliseconds