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

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm370 =head2 $pod_para-E<gt>B<parse_tree()>
373 $pod_para->parse_tree( $ptree );
374 $ptree = $pod_para->parse_tree();
380 sub parse_tree { subroutine
385 ## let ptree() be an alias for parse_tree()
386 *ptree = \&parse_tree;
662 =head2 $pod_seq-E<gt>B<parse_tree()>
665 $pod_seq->parse_tree( $ptree );
666 $ptree = $pod_seq->parse_tree();
673 sub parse_tree { subroutine
[all...]
H A DParser.pm761 my $args = join('', $iseq->parse_tree->children);
870 my $ptree = (pop @seq_stack)->parse_tree;
1668 B<parse_tree()> method that can be used to get or set a corresponding
1695 $pod_para->parse_tree( $ptree );
1707 $pod_para->parse_tree( $ptree );
1733 sub parse_tree {
1742 $pod_para->parse_tree( $ptree );
1743 $parser->parse_tree()->append( $pod_para );
1748 $parser->parse_tree()->append( $pod_para );
1754 $pod_para->parse_tree(
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm187 delete $self->{parse_tree};
275 $node ||= $self->{parse_tree}
364 $self->{parse_tree}= $ret;

Completed in 138 milliseconds