Data Fields | |
int | number |
char * | string |
struct Colortriple * | color |
struct Assignment * | assignment |
struct Binding * | binding |
Definition at line 328 of file cfgparse.tab.c.
struct Assignment* YYSTYPE::assignment [read] |
Definition at line 337 of file cfgparse.tab.c.
Referenced by yyparse().
struct Binding* YYSTYPE::binding [read] |
Definition at line 338 of file cfgparse.tab.c.
Referenced by yyparse().
struct Colortriple* YYSTYPE::color [read] |
Definition at line 336 of file cfgparse.tab.c.
Referenced by yyparse().
int YYSTYPE::number |
Definition at line 334 of file cfgparse.tab.c.
Referenced by yyparse().
char* YYSTYPE::string |
Definition at line 335 of file cfgparse.tab.c.
Referenced by yyparse().