Graphviz  2.41.20171026.1811
Data Fields
YYSTYPE Union Reference

#include <grammar.h>

Collaboration diagram for YYSTYPE:
Collaboration graph
[legend]

Data Fields

int i
 
char * str
 
struct Agnode_s * n
 
htmltxt_t * txt
 
htmlcell_t * cell
 
htmltbl_t * tbl
 
textfont_t * font
 
htmlimg_t * img
 
pitem * p
 

Detailed Description

Definition at line 199 of file grammar.c.

Field Documentation

htmlcell_t * YYSTYPE::cell

Definition at line 594 of file htmlparse.c.

Referenced by switch().

textfont_t * YYSTYPE::font

Definition at line 596 of file htmlparse.c.

int YYSTYPE::i

Definition at line 204 of file grammar.c.

Referenced by switch().

htmlimg_t * YYSTYPE::img

Definition at line 597 of file htmlparse.c.

Referenced by switch().

struct Agnode_s * YYSTYPE::n

Definition at line 206 of file grammar.c.

pitem * YYSTYPE::p

Definition at line 598 of file htmlparse.c.

Referenced by switch().

char * YYSTYPE::str

Definition at line 205 of file grammar.c.

Referenced by switch(), and while().

htmltbl_t * YYSTYPE::tbl

Definition at line 595 of file htmlparse.c.

Referenced by switch().

htmltxt_t * YYSTYPE::txt

Definition at line 593 of file htmlparse.c.

Referenced by switch().


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