Lines Matching full:html
22 .Nd internals of the mandoc HTML formatter
28 .Fd #include """html.h"""
30 .Fn print_gen_decls "struct html *h"
32 .Fn print_gen_comment "struct html *h" "struct roff_node *n"
34 .Fn print_gen_head "struct html *h"
37 .Fa "struct html *h"
44 .Fa "struct html *h"
49 .Fa "struct html *h"
53 .Fn html_close_paragraph "struct html *h"
56 .Fa "struct html *h"
61 .Fa "struct html *h"
66 .Fa "struct html *h"
71 .Fa "struct html *h"
82 .Fa "struct html *h"
88 .Fn print_endline "struct html *h"
90 The mandoc HTML formatter is not a formal library.
99 The formatter produces HTML output on the standard output.
116 .Pa html.h
117 and implemented as part of the main HTML formatting engine in
118 .Pa html.c .
121 .Pa html.h .
123 .It Vt struct html
124 Internal state of the HTML formatter.
126 One entry for the LIFO stack of HTML elements.
142 and license, as an HTML comment.
144 .Aq Ic HTML
174 prints the start tag of an HTML element with the name
257 to take care of HTML encoding.
319 object; no HTML elements are written yet.
324 prints HTML element content.
327 to take care of HTML encoding.
335 in an HTML font selection element using the
362 attribute of an HTML element and/or as a segment identifier for a URI in an
448 makes sure subsequent output starts on a new HTML output line.
466 return a pointer to a new element on the stack of HTML elements.
506 .It Pa html.h
508 for use by language-specific HTML formatters
509 .It Pa html.c
510 main HTML formatting engine and utility functions
513 HTML formatter
516 HTML formatter
519 HTML formatter
522 HTML formatter
525 HTML formatter, handling requests like
552 The mandoc HTML formatter was written by