Data Fields | |
char * | ptr |
int | tok |
agxbuf * | xb |
agxbuf | lb |
char | warn |
char | error |
char | inCell |
char | mode |
char * | currtok |
char * | prevtok |
int | currtoklen |
int | prevtoklen |
Definition at line 32 of file htmllex.c.
char* lexstate_t::ptr |
int lexstate_t::tok |
Definition at line 39 of file htmllex.c.
Referenced by clearHTMLlexer(), htmllex(), and initHTMLlexer().
char lexstate_t::warn |
char lexstate_t::error |
Definition at line 41 of file htmllex.c.
Referenced by clearHTMLlexer(), htmlerror(), htmllex(), and initHTMLlexer().
char lexstate_t::inCell |
char lexstate_t::mode |
char* lexstate_t::currtok |
char* lexstate_t::prevtok |