#include <cfgparse.tab.h>
Data Fields | |
int | number |
char * | string |
uint32_t * | single_color |
struct Colortriple * | color |
struct Assignment * | assignment |
struct Binding * | binding |
Definition at line 337 of file cfgparse.tab.c.
struct Assignment * YYSTYPE::assignment |
Definition at line 347 of file cfgparse.tab.c.
Referenced by yyparse().
struct Binding * YYSTYPE::binding |
Definition at line 348 of file cfgparse.tab.c.
Referenced by yyparse().
struct Colortriple * YYSTYPE::color |
Definition at line 346 of file cfgparse.tab.c.
Referenced by yyparse().
int YYSTYPE::number |
Definition at line 343 of file cfgparse.tab.c.
Referenced by yyparse().
uint32_t * YYSTYPE::single_color |
Definition at line 345 of file cfgparse.tab.c.
Referenced by yyparse().
char * YYSTYPE::string |
Definition at line 344 of file cfgparse.tab.c.
Referenced by yyparse().