Data Fields | |
int | number |
char * | string |
struct Colortriple * | color |
struct Assignment * | assignment |
struct Binding * | binding |
Definition at line 330 of file cfgparse.tab.c.
struct Assignment* YYSTYPE::assignment |
Definition at line 339 of file cfgparse.tab.c.
Referenced by yyparse().
struct Binding* YYSTYPE::binding |
Definition at line 340 of file cfgparse.tab.c.
Referenced by yyparse().
struct Colortriple* YYSTYPE::color |
Definition at line 338 of file cfgparse.tab.c.
Referenced by yyparse().
int YYSTYPE::number |
Definition at line 336 of file cfgparse.tab.c.
Referenced by yyparse().
char* YYSTYPE::string |
Definition at line 337 of file cfgparse.tab.c.
Referenced by yyparse().