Graphviz 13.0.0~dev.20250608.0154
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 220 of file htmlparse.h.

Field Documentation

◆ currtok

strview_t htmllexstate_t::currtok

Definition at line 232 of file htmlparse.h.

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

◆ error

int htmllexstate_t::error

Definition at line 229 of file htmlparse.h.

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

◆ gvc

GVC_t* htmllexstate_t::gvc

Definition at line 234 of file htmlparse.h.

Referenced by initHTMLlexer().

◆ htmllval

HTMLSTYPE* htmllexstate_t::htmllval

Definition at line 235 of file htmlparse.h.

Referenced by htmllex().

◆ inCell

char htmllexstate_t::inCell

Definition at line 230 of file htmlparse.h.

Referenced by initHTMLlexer().

◆ lb

agxbuf htmllexstate_t::lb

Definition at line 227 of file htmlparse.h.

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

◆ mode

char htmllexstate_t::mode

Definition at line 231 of file htmlparse.h.

Referenced by htmllex(), and initHTMLlexer().

◆ prevtok

strview_t htmllexstate_t::prevtok

Definition at line 233 of file htmlparse.h.

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

◆ ptr

char* htmllexstate_t::ptr

Definition at line 224 of file htmlparse.h.

Referenced by htmllex(), and initHTMLlexer().

◆ tok

int htmllexstate_t::tok

Definition at line 225 of file htmlparse.h.

Referenced by htmllex().

◆ warn

int htmllexstate_t::warn

Definition at line 228 of file htmlparse.h.

Referenced by clearHTMLlexer(), and initHTMLlexer().

◆ xb

agxbuf* htmllexstate_t::xb

Definition at line 226 of file htmlparse.h.

Referenced by initHTMLlexer().


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