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

/solaris-userland-s11u3/components/texinfo/
H A Dtexi2html.pl609 $_ = &protect_html($_); # if node contains '&' for instance
695 &protect_html; # if setref contains '&' for instance
761 @args = split(/\s+/, &protect_html($_));
851 $_ = &protect_html($_) unless $dont_html;
1154 push(@lines2, "<A HREF=\"#$index\_$letter\">" . &protect_html($letter) . "</A>\n");
1165 push(@lines2, "<H2><A NAME=\"$index\_$letter\">" . &protect_html($letter) . "</A></H2>\n");
1943 sub protect_html { subroutine

Completed in 14 milliseconds