Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dhtml.c198 static const char *html_title = NULL; in html_output_head() local
208 if (!html_title) in html_output_head()
209 html_title = escape_string (title ? in html_output_head()
222 escape_string (xstrdup (current_node)), html_title); in html_output_head()
224 add_word_args ("<title>%s</title>\n", html_title); in html_output_head()
233 document_description = html_title; in html_output_head()
335 add_word_args ("<h1 class=\"settitle\">%s</h1>\n", html_title); in html_output_head()
/openbsd/src/gnu/llvm/lldb/docs/
Dconf.py146 html_title = 'The LLDB Debugger' variable
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.462186 * makeinfo/html.c (html_output_head): Make html_title static.
3018 * makeinfo/html.c (html_output_head): `free' html_title if