Lines Matching refs:print_word
117 static void print_word(struct html *, const char *);
398 print_word(h, "<"); in print_escape()
401 print_word(h, ">"); in print_escape()
404 print_word(h, "&"); in print_escape()
407 print_word(h, """); in print_escape()
410 print_word(h, " "); in print_escape()
519 print_word(h, "html"); in print_encode()
541 print_word(h, numbuf); in print_encode()
614 print_word(h, " "); in print_otag()
630 print_word(h, htmltags[tag].name); in print_otag()
665 print_word(h, attr); in print_otag()
697 print_word(h, "style=\""); in print_otag()
700 print_word(h, arg1); in print_otag()
703 print_word(h, arg2); in print_otag()
753 print_word(h, htmltags[tag->tag].name); in print_ctag()
767 print_word(h, "<!DOCTYPE html>"); in print_gen_decls()
776 print_word(h, "<!-- This is an automatically generated file." in print_gen_comment()
785 print_word(h, n->string); in print_gen_comment()
792 print_word(h, " -->"); in print_gen_comment()
806 print_word(h, " "); in print_text()
983 print_word(struct html *h, const char *cp) in print_word() function