| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | PullParser.pm | 66 sub parse_lines { 69 " and subclasses, not parse_lines"; 151 $self->SUPER::parse_lines(@lines); 158 $self->SUPER::parse_lines( 165 $self->SUPER::parse_lines(undef); 182 $self->SUPER::parse_lines($1) 189 $self->SUPER::parse_lines(undef); 67 sub parse_lines { global() subroutine
|
| H A D | BlackBox.pm | 110 sub parse_line { shift->parse_lines(@_) } # alias 114 sub parse_lines { # Usage: $parser->parse_lines(@lines) subroutine
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | github_issue_79.t | 54 $parser->parse_lines( @$input, undef );
|
| H A D | JustPod02.t | 13 $parser->parse_lines(@orig, undef);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
| H A D | Text.pm | 790 # Do the same for parse_lines, just to be polite. Pod::Simple's man page 793 sub parse_lines { 798 return $self->SUPER::parse_lines (@lines); 1072 Direct the output from parse_file(), parse_lines(), or parse_string_document() 1077 Direct the output from parse_file(), parse_lines(), or parse_string_document() 1103 =item parse_lines(LINES[, ...[, undef]]) 1198 parse_lines(), parse_string_document(), and parse_file() set a default output 791 sub parse_lines { global() subroutine
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/ |
| H A D | Simple.pm | 421 $self->parse_lines($1) 428 $self->parse_lines(undef); # to signal EOF 486 # make sure there are only one line elements for parse_lines 492 $self->parse_lines(@lines);
|
| H A D | Simple.pod | 79 =item C<< $parser->parse_lines( I<...@lines...>, undef ); >> 87 per C<$parser> object; but C<parse_lines> can be called as many times per
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 342 self.parse_lines(lines[1:]) 344 def parse_lines(self, lines): member in BreakpadSymbolizer
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | mdebugread.c | 2126 static void parse_lines (FDR *, PDR *, struct linetable *, int, 2130 parse_lines (FDR *fh, PDR *pr, struct linetable *lt, int maxlines, in parse_lines() function 4117 parse_lines (fh, pr_block, lines, maxlines, pst, lowest_pdr_addr); in psymtab_to_symtab_1()
|
| H A D | ChangeLog-1993 | 2060 * mipsread.c (parse_lines): Iterate over the range of the compressed 2705 * mipsread.c (parse_lines): Check for cbLine being zero, not 6811 * mipsread.c (parse_lines): Correct check for files compiled with
|
| H A D | ChangeLog-1991 | 1587 * mipsread.c (parse_lines): Deal with negative extended line 2292 * mipsread.c(parse_lines): fix unsigned char problem that was
|
| H A D | ChangeLog-1994 | 2823 * mdebugread.c (parse_lines, parse_procedure): Pass in pst 4015 parse_lines): Pass section_offsets info to these routines so that
|
| H A D | ChangeLog-1995 | 323 (parse_procedure, parse_lines, psymtab_to_symtab_1): Handle
|
| H A D | ChangeLog-2001 | 2233 * mdebugread.c (parse_lines, parse_partial_symbols,
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | podcheck.t | 1619 $parser->parse_lines( <$in_fh>, undef );
|