Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
htmllexstate_t Struct Reference

#include <htmlparse.h>

Collaboration diagram for htmllexstate_t:
[legend]

Data Fields

char * ptr
 
int tok
 
agxbufxb
 
agxbuf lb
 
int warn
 
int error
 
char inCell
 
char mode
 
strview_t currtok
 
strview_t prevtok
 
GVC_tgvc
 
HTMLSTYPEhtmllval
 

Detailed Description

Definition at line 369 of file htmlparse.c.

Field Documentation

◆ currtok

strview_t htmllexstate_t::currtok

Definition at line 381 of file htmlparse.c.

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

◆ error

int htmllexstate_t::error

Definition at line 378 of file htmlparse.c.

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

◆ gvc

GVC_t * htmllexstate_t::gvc

Definition at line 383 of file htmlparse.c.

Referenced by initHTMLlexer().

◆ htmllval

HTMLSTYPE * htmllexstate_t::htmllval

Definition at line 384 of file htmlparse.c.

Referenced by htmllex().

◆ inCell

char htmllexstate_t::inCell

Definition at line 379 of file htmlparse.c.

Referenced by initHTMLlexer().

◆ lb

agxbuf htmllexstate_t::lb

Definition at line 376 of file htmlparse.c.

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

◆ mode

char htmllexstate_t::mode

Definition at line 380 of file htmlparse.c.

Referenced by htmllex(), and initHTMLlexer().

◆ prevtok

strview_t htmllexstate_t::prevtok

Definition at line 382 of file htmlparse.c.

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

◆ ptr

char * htmllexstate_t::ptr

Definition at line 373 of file htmlparse.c.

Referenced by htmllex(), and initHTMLlexer().

◆ tok

int htmllexstate_t::tok

Definition at line 374 of file htmlparse.c.

Referenced by htmllex().

◆ warn

int htmllexstate_t::warn

Definition at line 377 of file htmlparse.c.

Referenced by clearHTMLlexer(), and initHTMLlexer().

◆ xb

agxbuf * htmllexstate_t::xb

Definition at line 375 of file htmlparse.c.

Referenced by initHTMLlexer().


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