Searched refs:print_word (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc_man.c | 120 static void print_word(const char *); 359 print_word(""); in font_push() 372 print_word(""); in font_pop() 378 print_word(const char *s) in print_word() function 467 print_word(s); in print_line() 485 print_word(s); in print_block() 520 print_word(v); in print_offs() 534 print_word(buf); in print_offs() 593 print_word(buf); in print_width() 595 print_word(bl->width); in print_width() [all …]
|
H A D | html.c | 130 static void print_word(struct html *, const char *); 443 print_word(h, "<"); in print_escape() 446 print_word(h, ">"); in print_escape() 449 print_word(h, "&"); in print_escape() 452 print_word(h, """); in print_escape() 455 print_word(h, " "); in print_escape() 567 print_word(h, "html"); in print_encode() 589 print_word(h, numbuf); in print_encode() 681 print_word(h, " "); in print_otag() 697 print_word(h, htmltags[tag].name); in print_otag() [all …]
|