Lines Matching refs:print_word
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()
735 print_word(h, attr); in print_otag()
767 print_word(h, "style=\""); in print_otag()
770 print_word(h, arg1); in print_otag()
773 print_word(h, arg2); in print_otag()
866 print_word(h, htmltags[tag->tag].name); in print_ctag()
880 print_word(h, "<!DOCTYPE html>"); in print_gen_decls()
889 print_word(h, "<!-- This is an automatically generated file." in print_gen_comment()
898 print_word(h, n->string); in print_gen_comment()
905 print_word(h, " -->"); in print_gen_comment()
938 print_word(h, " "); in print_tagged_text()
1107 print_word(struct html *h, const char *cp) in print_word() function