Lines Matching refs:braced
3364 @cindex braced code
3365 This is an example of @dfn{braced code}, that is, C code surrounded by
3368 does not check the braced code for correctness directly; it merely
3372 Within braced code, the balanced-brace count is not affected by braces
3375 braces. At the top level braced code must be terminated by @samp{@}}
3376 and not by a digraph. Bison does not look for trigraphs, so if braced
3589 An action consists of braced code containing C statements, and can be
4561 followed by braced code containing the same thing that goes inside a
4672 Declare that the braced @var{code} must be invoked before parsing each time
4712 Invoke the braced @var{code} whenever the parser discards one of the
4857 Invoke the braced @var{code} whenever the parser displays one of the
5934 Declare that an argument declared by the braced-code
6270 Declare that the braced-code @var{argument-declaration} is an
10306 @c FIXME: Document %printer, and mention that it takes a braced-code operand.