Lines Matching refs:print_byte
124 static void print_byte(struct html *, char);
226 print_byte(h, '>'); in print_gen_head()
452 print_byte(h, '-'); in print_escape()
487 print_byte(h, *p); in print_encode()
585 print_byte(h, c); in print_encode()
613 print_byte(h, '1'); in print_href()
690 print_byte(h, '<'); in print_otag()
725 print_byte(h, ' '); in print_otag()
727 print_byte(h, '='); in print_otag()
728 print_byte(h, '"'); in print_otag()
739 print_byte(h, '#'); in print_otag()
747 print_byte(h, '"'); in print_otag()
756 print_byte(h, ' '); in print_otag()
762 print_byte(h, ':'); in print_otag()
763 print_byte(h, ' '); in print_otag()
765 print_byte(h, ';'); in print_otag()
768 print_byte(h, '"'); in print_otag()
775 print_byte(h, '/'); in print_otag()
777 print_byte(h, '>'); in print_otag()
855 print_byte(h, '<'); in print_ctag()
856 print_byte(h, '/'); in print_ctag()
858 print_byte(h, '>'); in print_ctag()
1005 print_byte(struct html *h, char c) in print_byte() function
1059 print_byte(h, ' '); in print_endword()
1101 print_byte(h, *cp++); in print_word()