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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm386 # - An array for nested lists
396 $self->{_Lists} = []; # For nested lists
817 Contains details of the currently active lists.
822 lists are active.
831 sub lists { subroutine
1327 Methods used to handle lists.
1348 push ( @{$self->lists}, new Pod::List(-indent => $indent,
1359 Pops the C<Pod::List> object off the stack of lists and writes
1370 unless (defined $self->lists->[-1]) {
1377 my $type = $self->lists
[all...]

Completed in 23 milliseconds