Searched defs:html (Results 1 – 2 of 2) sorted by relevance
83 struct html { struct84 int flags;96 size_t indent; /* current output indentation level */97 int noindent; /* indent disabled by <pre> */121 void roff_html_pre(struct html *, const struct roff_node *); argument
159 help(int html) in help()