Graphviz 13.0.0~dev.20250608.0154
|
#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 220 of file htmlparse.h.
strview_t htmllexstate_t::currtok |
Definition at line 232 of file htmlparse.h.
Referenced by error_context(), htmllex(), and initHTMLlexer().
int htmllexstate_t::error |
Definition at line 229 of file htmlparse.h.
Referenced by clearHTMLlexer(), htmlerror(), htmllex(), and initHTMLlexer().
GVC_t* htmllexstate_t::gvc |
Definition at line 234 of file htmlparse.h.
Referenced by initHTMLlexer().
HTMLSTYPE* htmllexstate_t::htmllval |
Definition at line 235 of file htmlparse.h.
Referenced by htmllex().
char htmllexstate_t::inCell |
Definition at line 230 of file htmlparse.h.
Referenced by initHTMLlexer().
agxbuf htmllexstate_t::lb |
Definition at line 227 of file htmlparse.h.
Referenced by clearHTMLlexer(), htmllex(), and initHTMLlexer().
char htmllexstate_t::mode |
Definition at line 231 of file htmlparse.h.
Referenced by htmllex(), and initHTMLlexer().
strview_t htmllexstate_t::prevtok |
Definition at line 233 of file htmlparse.h.
Referenced by error_context(), htmllex(), and initHTMLlexer().
char* htmllexstate_t::ptr |
Definition at line 224 of file htmlparse.h.
Referenced by htmllex(), and initHTMLlexer().
int htmllexstate_t::tok |
Definition at line 225 of file htmlparse.h.
Referenced by htmllex().
int htmllexstate_t::warn |
Definition at line 228 of file htmlparse.h.
Referenced by clearHTMLlexer(), and initHTMLlexer().
agxbuf* htmllexstate_t::xb |
Definition at line 226 of file htmlparse.h.
Referenced by initHTMLlexer().