Lines Matching refs:braced
3680 This is an example of "braced code", that is, C code surrounded by
3683 does not check the braced code for correctness directly; it merely
3687 Within braced code, the balanced-brace count is not affected by
3690 the top level braced code must be terminated by `}' and not by a
3691 digraph. Bison does not look for trigraphs, so if braced code uses
3866 An action consists of braced code containing C statements, and can be
4661 braced code containing the same thing that goes inside a `union' in C.
4744 Declare that the braced CODE must be invoked before parsing each
4779 Invoke the braced CODE whenever the parser discards one of the
4894 Invoke the braced CODE whenever the parser displays one of the
5804 Declare that an argument declared by the braced-code
6106 Declare that the braced-code ARGUMENT-DECLARATION is an additional
12183 * braced code: Rules. (line 29)