Graphviz  2.41.20171026.1811
Data Fields
lexstate_t Struct Reference
Collaboration diagram for lexstate_t:
Collaboration graph
[legend]

Data Fields

char * ptr
 
int tok
 
agxbufxb
 
agxbuf lb
 
char warn
 
char error
 
char inCell
 
char mode
 
char * currtok
 
char * prevtok
 
int currtoklen
 
int prevtoklen
 

Detailed Description

Definition at line 30 of file htmllex.c.

Field Documentation

char* lexstate_t::currtok

Definition at line 42 of file htmllex.c.

Referenced by htmllex().

int lexstate_t::currtoklen

Definition at line 44 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

char lexstate_t::error

Definition at line 39 of file htmllex.c.

Referenced by clearHTMLlexer(), htmlerror(), htmllex(), and initHTMLlexer().

char lexstate_t::inCell

Definition at line 40 of file htmllex.c.

Referenced by initHTMLlexer().

agxbuf lexstate_t::lb

Definition at line 37 of file htmllex.c.

Referenced by clearHTMLlexer(), htmllex(), and initHTMLlexer().

char lexstate_t::mode

Definition at line 41 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

char* lexstate_t::prevtok

Definition at line 43 of file htmllex.c.

Referenced by htmllex().

int lexstate_t::prevtoklen

Definition at line 45 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

char* lexstate_t::ptr

Definition at line 34 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

int lexstate_t::tok

Definition at line 35 of file htmllex.c.

Referenced by htmllex().

char lexstate_t::warn

Definition at line 38 of file htmllex.c.

Referenced by clearHTMLlexer(), and initHTMLlexer().

agxbuf* lexstate_t::xb

Definition at line 36 of file htmllex.c.

Referenced by initHTMLlexer().


The documentation for this struct was generated from the following file: