Lines Matching refs:fh
160 my ($fh, $f, $line) = @_;
169 while(<$fh>) {
324 my $fh;
325 open($fh, "<:crlf", "$f") ||
348 while(<$fh>) {
473 my @desc = render($fh, $f, $line);
474 close($fh);
693 my $fh;
694 open($fh, "<:crlf", "$f");
695 my @d = render($fh, $f, 1);
696 close($fh);
853 my $fh;
854 open($fh, "<:crlf", "mainpage.idx") ||
888 while(<$fh>) {
906 close($fh);