|
Graphviz 14.0.3~dev.20251029.0425
|
#include <htmlparse.h>
Data Fields | |
| char * | ptr |
| int | tok |
| agxbuf * | xb |
| agxbuf | lb |
| int | warn |
| int | error |
| char | inCell |
| char | mode |
| strview_t | currtok |
| strview_t | prevtok |
| GVC_t * | gvc |
| HTMLSTYPE * | htmllval |
Definition at line 214 of file htmlparse.h.
| strview_t htmllexstate_t::currtok |
Definition at line 226 of file htmlparse.h.
Referenced by error_context(), htmllex(), and initHTMLlexer().
| int htmllexstate_t::error |
Definition at line 223 of file htmlparse.h.
Referenced by clearHTMLlexer(), htmlerror(), htmllex(), and initHTMLlexer().
| GVC_t* htmllexstate_t::gvc |
Definition at line 228 of file htmlparse.h.
Referenced by initHTMLlexer().
| HTMLSTYPE* htmllexstate_t::htmllval |
Definition at line 229 of file htmlparse.h.
Referenced by htmllex().
| char htmllexstate_t::inCell |
Definition at line 224 of file htmlparse.h.
Referenced by initHTMLlexer().
| agxbuf htmllexstate_t::lb |
Definition at line 221 of file htmlparse.h.
Referenced by clearHTMLlexer(), htmllex(), and initHTMLlexer().
| char htmllexstate_t::mode |
Definition at line 225 of file htmlparse.h.
Referenced by htmllex(), and initHTMLlexer().
| strview_t htmllexstate_t::prevtok |
Definition at line 227 of file htmlparse.h.
Referenced by error_context(), htmllex(), and initHTMLlexer().
| char* htmllexstate_t::ptr |
Definition at line 218 of file htmlparse.h.
Referenced by htmllex(), and initHTMLlexer().
| int htmllexstate_t::tok |
Definition at line 219 of file htmlparse.h.
Referenced by htmllex().
| int htmllexstate_t::warn |
Definition at line 222 of file htmlparse.h.
Referenced by clearHTMLlexer(), and initHTMLlexer().
| agxbuf* htmllexstate_t::xb |
Definition at line 220 of file htmlparse.h.
Referenced by initHTMLlexer().