Lines Matching refs:print_byte
114 static void print_byte(struct html *, char);
214 print_byte(h, '>'); in print_gen_head()
413 print_byte(h, '-'); in print_escape()
448 print_byte(h, *p); in print_encode()
543 print_byte(h, c); in print_encode()
571 print_byte(h, '1'); in print_href()
629 print_byte(h, '<'); in print_otag()
664 print_byte(h, ' '); in print_otag()
666 print_byte(h, '='); in print_otag()
667 print_byte(h, '"'); in print_otag()
678 print_byte(h, '#'); in print_otag()
686 print_byte(h, '"'); in print_otag()
695 print_byte(h, ' '); in print_otag()
701 print_byte(h, ':'); in print_otag()
702 print_byte(h, ' '); in print_otag()
704 print_byte(h, ';'); in print_otag()
707 print_byte(h, '"'); in print_otag()
714 print_byte(h, '/'); in print_otag()
716 print_byte(h, '>'); in print_otag()
751 print_byte(h, '<'); in print_ctag()
752 print_byte(h, '/'); in print_ctag()
754 print_byte(h, '>'); in print_ctag()
887 print_byte(struct html *h, char c) in print_byte() function
941 print_byte(h, ' '); in print_endword()
986 print_byte(h, *cp++); in print_word()