Lines Matching refs:print_byte
127 static void print_byte(struct html *, char);
229 print_byte(h, '>'); in print_gen_head()
458 print_byte(h, '-'); in print_escape()
493 print_byte(h, *p); in print_encode()
591 print_byte(h, c); in print_encode()
619 print_byte(h, '1'); in print_href()
696 print_byte(h, '<'); in print_otag()
734 print_byte(h, ' '); in print_otag()
736 print_byte(h, '='); in print_otag()
737 print_byte(h, '"'); in print_otag()
748 print_byte(h, '#'); in print_otag()
756 print_byte(h, '"'); in print_otag()
765 print_byte(h, ' '); in print_otag()
771 print_byte(h, ':'); in print_otag()
772 print_byte(h, ' '); in print_otag()
774 print_byte(h, ';'); in print_otag()
777 print_byte(h, '"'); in print_otag()
784 print_byte(h, '/'); in print_otag()
786 print_byte(h, '>'); in print_otag()
864 print_byte(h, '<'); in print_ctag()
865 print_byte(h, '/'); in print_ctag()
867 print_byte(h, '>'); in print_ctag()
1014 print_byte(struct html *h, char c) in print_byte() function
1068 print_byte(h, ' '); in print_endword()
1110 print_byte(h, *cp++); in print_word()