|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Mutable state threaded through the XHTML strip. More...
Data Fields | |
| size_t | pos |
| Bytes written to out. | |
| bool | at_break |
| Suppress a leading space (post-break). | |
| int | suppress |
| >0 inside head/title/style/script. | |
| bool sh_strip_t::at_break |
Suppress a leading space (post-break).
Definition at line 187 of file sh_book.c.
Referenced by sh_strip_break(), and sh_strip_text().
| size_t sh_strip_t::pos |
Bytes written to out.
Definition at line 186 of file sh_book.c.
Referenced by sh_strip_break(), sh_strip_text(), and sh_strip_xhtml().
| int sh_strip_t::suppress |
>0 inside head/title/style/script.
Definition at line 188 of file sh_book.c.
Referenced by sh_strip_tag(), and sh_strip_xhtml().