Searched refs:print_attr (Results 1 – 1 of 1) sorted by relevance
/minix/external/bsd/mdocml/dist/ |
H A D | html.c | 114 static void print_attr(struct html *, const char *, const char *); 434 print_attr(struct html *h, const char *key, const char *val) in print_attr() function 479 print_attr(h, htmlattrs[p[i].key], p[i].val); in print_otag() 484 print_attr(h, "xmlns", "http://www.w3.org/1999/xhtml"); in print_otag() 485 print_attr(h, "xml:lang", "en"); in print_otag() 486 print_attr(h, "lang", "en"); in print_otag()
|