Lines Matching refs:block
55 struct block *config_parse(FILE *);
58 static struct block *Conf;
67 %type <block> main outermode mode
71 struct block *block;
81 /* Matches the whole configuration file and constructs a block defining it.
84 modeprop { struct block *b = block_new(BLOCK_GLOBAL);
88 | outermode { struct block *b = block_new(BLOCK_GLOBAL);
95 /* Defines the aspect of a mode definition. Returns the block given by the
106 /* Matches a mode and returns a block defining it. Contains properties */
108 modeprop { struct block *b = block_new(BLOCK_MODE);
139 struct block *