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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm347 $Backlink = html_escape($Backlink) if defined $Backlink;
442 $Title = html_escape($Title);
1292 $rest = html_escape($rest);
1453 $word = html_escape($word) if $word =~ /["&<>]/;
1704 my $linktext = html_escape( "$text$args" );
1718 # html_escape: make text safe for HTML
1720 sub html_escape { subroutine

Completed in 17 milliseconds