Home | History | Annotate | Download | only in scan-build

Lines Matching refs:HtmlTitle

47 my $HtmlTitle;
581 <title>${HtmlTitle}</title>
636 <h1>${HtmlTitle}</h1>
1428 $HtmlTitle = shift @ARGV;
1430 $HtmlTitle = $2;
1647 $HtmlTitle = "${CurrentDirSuffix} - scan-build results"
1648 unless (defined($HtmlTitle));