Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
lexstate_t Struct Reference
Collaboration diagram for lexstate_t:
[legend]

Data Fields

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

Detailed Description

Definition at line 44 of file htmllex.c.

Field Documentation

◆ currtok

char* lexstate_t::currtok

Definition at line 56 of file htmllex.c.

Referenced by error_context(), and htmllex().

◆ currtoklen

size_t lexstate_t::currtoklen

Definition at line 58 of file htmllex.c.

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

◆ error

int lexstate_t::error

Definition at line 53 of file htmllex.c.

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

◆ inCell

char lexstate_t::inCell

Definition at line 54 of file htmllex.c.

Referenced by initHTMLlexer().

◆ lb

agxbuf lexstate_t::lb

Definition at line 51 of file htmllex.c.

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

◆ mode

char lexstate_t::mode

Definition at line 55 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

◆ prevtok

char* lexstate_t::prevtok

Definition at line 57 of file htmllex.c.

Referenced by error_context(), and htmllex().

◆ prevtoklen

size_t lexstate_t::prevtoklen

Definition at line 59 of file htmllex.c.

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

◆ ptr

char* lexstate_t::ptr

Definition at line 48 of file htmllex.c.

Referenced by htmllex(), and initHTMLlexer().

◆ tok

int lexstate_t::tok

Definition at line 49 of file htmllex.c.

Referenced by htmllex().

◆ warn

int lexstate_t::warn

Definition at line 52 of file htmllex.c.

Referenced by clearHTMLlexer(), and initHTMLlexer().

◆ xb

agxbuf* lexstate_t::xb

Definition at line 50 of file htmllex.c.

Referenced by error_context(), and initHTMLlexer().


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