• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/

Lines Matching defs:title

191 static void		write_html(const char *section, const char *title,
200 const char *title, const char *cssfile);
202 const char *title, const char *headerfile,
241 *title, /* Title of documentation */
266 title = NULL;
425 else if (!strcmp(argv[i], "--title") && !title)
428 * Set title...
433 title = argv[i];
590 write_html(section, title ? title : "Documentation", footerfile,
600 write_man(name, section, title, footerfile, headerfile, introfile,
2752 puts(" --title title Set documentation title");
3139 const char *title, /* I - Title */
3195 "\t<title>", out);
3196 write_string(out, title, OUTPUT_HTML);
3197 fputs("</title>\n", out);
3213 write_string(out, title, OUTPUT_HTML);
3237 write_html_head(out, section, title, cssfile);
3242 fprintf(out, "<h1 class=\"title\"><a href=\"%s\" target=\"body\">",
3244 write_string(out, title, OUTPUT_HTML);
3344 write_string(out, title, OUTPUT_HTML);
3359 write_string(out, feedname ? feedname : title, OUTPUT_HTML);
3394 write_string(out, title, OUTPUT_HTML);
3457 write_html_head(out, section, title, cssfile);
3479 fputs("<h1 class=\"title\">", out);
3480 write_string(out, title, OUTPUT_HTML);
3504 fputs("<h2 class=\"title\"><a name=\"CLASSES\">Classes</a></h2>\n", out);
3520 fputs("<h2 class=\"title\"><a name=\"FUNCTIONS\">Functions</a></h2>\n", out);
3536 fputs("<h2 class=\"title\"><a name=\"TYPES\">Data Types</a></h2>\n", out);
3645 fputs("<h2 class=\"title\"><a name=\"STRUCTURES\">Structures</a></h2>\n",
3662 fputs("<h2 class=\"title\"><a name=\"UNIONS\">Unions</a></h2>\n", out);
3678 fputs("<h2 class=\"title\"><a name=\"VARIABLES\">Variables</a></h2>\n",
3712 fputs("<h2 class=\"title\"><a name=\"ENUMERATIONS\">Constants</a></h2>\n",
3836 const char *title, /* I - Title */
3847 "\t<title>", out);
3848 write_string(out, title, OUTPUT_HTML);
3849 fputs("\t</title>\n", out);
3995 "h1.title {\n"
3997 "h2.title {\n"
4000 "h3.title {\n"
4018 const char *title, /* I - Title */
4056 title ? title : "", buffer, title ? title : "");
4077 printf("%s \\- %s\n", man_name, title ? title : man_name);
4818 fputs("<h2 class=\"title\">Contents</h2>\n"
5069 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5116 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5163 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5210 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5258 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5305 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",
5352 fprintf(out, "\t<li><a href=\"%s#%s\"%s title=\"",