Graphviz 13.0.0~dev.20241220.2304
|
#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 369 of file htmlparse.c.
strview_t htmllexstate_t::currtok |
Definition at line 381 of file htmlparse.c.
Referenced by error_context(), htmllex(), and initHTMLlexer().
int htmllexstate_t::error |
Definition at line 378 of file htmlparse.c.
Referenced by clearHTMLlexer(), htmlerror(), htmllex(), and initHTMLlexer().
GVC_t * htmllexstate_t::gvc |
Definition at line 383 of file htmlparse.c.
Referenced by initHTMLlexer().
HTMLSTYPE * htmllexstate_t::htmllval |
Definition at line 384 of file htmlparse.c.
Referenced by htmllex().
char htmllexstate_t::inCell |
Definition at line 379 of file htmlparse.c.
Referenced by initHTMLlexer().
agxbuf htmllexstate_t::lb |
Definition at line 376 of file htmlparse.c.
Referenced by clearHTMLlexer(), htmllex(), and initHTMLlexer().
char htmllexstate_t::mode |
Definition at line 380 of file htmlparse.c.
Referenced by htmllex(), and initHTMLlexer().
strview_t htmllexstate_t::prevtok |
Definition at line 382 of file htmlparse.c.
Referenced by error_context(), htmllex(), and initHTMLlexer().
char * htmllexstate_t::ptr |
Definition at line 373 of file htmlparse.c.
Referenced by htmllex(), and initHTMLlexer().
int htmllexstate_t::tok |
Definition at line 374 of file htmlparse.c.
Referenced by htmllex().
int htmllexstate_t::warn |
Definition at line 377 of file htmlparse.c.
Referenced by clearHTMLlexer(), and initHTMLlexer().
agxbuf * htmllexstate_t::xb |
Definition at line 375 of file htmlparse.c.
Referenced by initHTMLlexer().