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<const char *>(chars), in handleCharacters()247 std::string &title) in parseHtml() argument260 title = context.title; in parseHtml()267 std::string title; in main() local296 parseHtml(buffer, title); in main()299 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
218 my $title;241 $title=$1;300 if(!$title) {380 push @desc, ".TH $title $section \"$date\" $source\n";549 $title = $f;550 $title =~ s/\.[^.]*$//;552 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 14 milliseconds