Searched refs:html_title (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dhtml.c200 static const char *html_title = NULL;
210 if (!html_title)
211 html_title = escape_string (title ?
224 escape_string (xstrdup (current_node)), html_title);
226 add_word_args ("<title>%s</title>\n", html_title);
235 document_description = html_title;
337 add_word_args ("<h1 class=\"settitle\">%s</h1>\n", html_title);
198 static const char *html_title = NULL; local
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py75 if args.html_title is None:
76 args.html_title = os.path.basename(prefix) + ' - analyzer results'
84 | <title>{html_title}</title>
88 | </head>""", indent).format(html_title=args.html_title))
92 | <h1>{html_title}</h1>
99 | </table>""", indent).format(html_title=args.html_title,
/openbsd-current/gnu/llvm/lldb/docs/
H A Dconf.py146 html_title = 'The LLDB Debugger' variable
148 # A shorter title for the navigation bar. Default is the same as html_title.

Completed in 76 milliseconds