Home
last modified time | relevance | path

Searched refs:html_end (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in2532 my $html_end;
2585 $html_end = ${ terminate_html_document () };
2608 print WARNINGS_OUT $html_end;
4652 my $html_end;
5225 $html_end = ${ terminate_html_document () };
5230 print CALLER_CALLEE_OUT $html_end;
5295 my $html_end;
6155 $html_end = ${ terminate_html_document () };
6163 push (@modified_html, $html_end);
6547 my $html_end;
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in5306 my $html_end;
5919 $html_end = ${ terminate_html_document () };
5924 print CALLER_CALLEE_OUT $html_end;
5992 my $html_end;
6854 $html_end = ${ terminate_html_document () };
6862 push (@modified_html, $html_end);
7254 my $html_end;
7461 $html_end = ${ terminate_html_document () };
7467 print FUNCTION_VIEW $html_end;
9825 my $html_end;
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c945 static char html_end[] = "</body></html>\n"; in cm_node() local
946 char end_line[sizeof(html_end)]; in cm_node()
951 || fgets (end_line, sizeof (html_end), in cm_node()
955 || strcasecmp (end_line, html_end) != 0) in cm_node()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171062 (html_end): Renamed to ...
1398 (html_begin, html_end, html_image): New functions.