Lines Matching defs:mode
67 %type <block> main outermode mode
82 Can contain mode properties (common to all modes) and mode definitions. */
95 /* Defines the aspect of a mode definition. Returns the block given by the
96 mode definition itself. */
98 TK_MODE TK_STRING TK_LBRACE mode TK_RBRACE
106 /* Matches a mode and returns a block defining it. Contains properties */
107 mode :
111 | mode modeprop { block_add_prop($1, $2); }
115 /* Matches a mode property and returns a prop defining it. */