Lines Matching refs:print_word
127 static void print_word(struct html *, const char *);
437 print_word(h, "<"); in print_escape()
440 print_word(h, ">"); in print_escape()
443 print_word(h, "&"); in print_escape()
446 print_word(h, """); in print_escape()
449 print_word(h, " "); in print_escape()
561 print_word(h, "html"); in print_encode()
583 print_word(h, numbuf); in print_encode()
675 print_word(h, " "); in print_otag()
691 print_word(h, htmltags[tag].name); in print_otag()
726 print_word(h, attr); in print_otag()
758 print_word(h, "style=\""); in print_otag()
761 print_word(h, arg1); in print_otag()
764 print_word(h, arg2); in print_otag()
857 print_word(h, htmltags[tag->tag].name); in print_ctag()
871 print_word(h, "<!DOCTYPE html>"); in print_gen_decls()
880 print_word(h, "<!-- This is an automatically generated file." in print_gen_comment()
889 print_word(h, n->string); in print_gen_comment()
896 print_word(h, " -->"); in print_gen_comment()
929 print_word(h, " "); in print_tagged_text()
1098 print_word(struct html *h, const char *cp) in print_word() function