Searched refs:print_byte (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | html.c | 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() [all …]
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 64 DEFINEOP(print_byte, uchar_t);
|