Data Fields | |
int | number |
char * | string |
uint32_t * | single_color |
struct Colortriple * | color |
Match * | match |
struct Binding * | binding |
Definition at line 646 of file cfgparse.tab.c.
struct Binding* YYSTYPE::binding [read] |
Definition at line 657 of file cfgparse.tab.c.
Referenced by yyparse().
struct Colortriple* YYSTYPE::color [read] |
Definition at line 655 of file cfgparse.tab.c.
Referenced by yyparse().
Definition at line 656 of file cfgparse.tab.c.
int YYSTYPE::number |
Definition at line 652 of file cfgparse.tab.c.
Referenced by yyparse().
uint32_t* YYSTYPE::single_color |
Definition at line 654 of file cfgparse.tab.c.
Referenced by yyparse().
char* YYSTYPE::string |
Definition at line 653 of file cfgparse.tab.c.
Referenced by yyparse().