Searched refs:title (Results 1 – 9 of 9) sorted by relevance
67 my $title;71 $title = $1;76 if($addedin && $title) {77 if($manpage{$title}) {78 print "$title is a duplicate symbol in file $m\n";81 $manpage{$title} = $addedin;
209 my $title;216 $title="--$lo";221 $title="-$sh, $title";223 push @getparam, $title;224 $opts{$title} |= 1;
61 std::string title; member144 context->title = ""; in StartElement()172 context->title.append(reinterpret_cast<char *>(chars), length); in handleCharacters()241 std::string &title) in parseHtml() argument254 title = context.title; in parseHtml()261 std::string title; in main() local290 parseHtml(buffer, title); in main()293 printf("Title: %s\n", title.c_str()); in main()
81 my $title;101 $title=$1;136 if(!$title) {175 Title: $title
46 my $title;71 $title = $1;83 Title: $title
214 my $title;237 $title=$1;296 if(!$title) {376 push @desc, ".TH $title $section \"$date\" $source\n";545 $title = $f;546 $title =~ s/\.[^.]*$//;548 my $outfile = "$dir/$title.$section";
40 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
23 - title
51 static char *inline_html = "<title>example</title>";
Completed in 18 milliseconds