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

/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DMtree.pm25 sub parse_fh($mtree, $basedir, $fh, $h = undef) subroutine
54 parse_fh($mtree, $basedir, $file, $h);
/openbsd-current/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm525 # calls parse_fh()
531 return $self->parse_fh($fh);
537 sub parse_fh { subroutine
1031 # Takes an array of HeaderLines objects produced by parse_fh()
1504 #read a file by name - opens the file and passes the fh into parse_fh().
1511 my $lines= $self->parse_fh($fh);
1562 my $lines= $o->parse_fh($fh);
1611 =head2 parse_fh
1730 parse_fh() will throw an exception if it encounters a malformed expression
H A Dembed.pl378 $hp->parse_fh($in);

Completed in 80 milliseconds