• Home
  • Raw
  • Download

Lines Matching refs:dots

451 exception@dots{}''.  The text spells out the exact terms of the
1461 calculator. As in C, comments are placed between @samp{/*@dots{}*/}.
1639 @dots{}
1650 @dots{}
1671 exp: NUM | exp exp '+' @{$$ = $1 + $2; @} | @dots{} ;
1681 | @dots{}
2732 @findex // @dots{}
2733 @findex /* @dots{} */
2752 Comments enclosed in @samp{/* @dots{} */} may appear in any of the sections.
2807 @dots{}
2853 @dots{}
2914 @dots{}
2981 @dots{}
3063 @dots{}
3332 @var{result}: @var{components}@dots{};
3391 @var{rule1-components}@dots{}
3392 | @var{rule2-components}@dots{}
3393 @dots{}
3613 @dots{}
3623 @dots{}
3672 expr bar '+' expr @{ @dots{} @}
3673 | expr bar '-' expr @{ @dots{} @}
3711 @dots{}
3771 in advance, so you must use the @samp{$<@dots{}>@var{n}} construct to
4127 @dots{}
4159 @dots{}
4333 In references, in order to specify names containing dots and dashes, an explicit
4507 %left @var{symbols}@dots{}
4514 %left <@var{type}> @var{symbols}@dots{}
4646 %type <@var{type}> @var{nonterminal}@dots{}
5808 @code{cparse}, @code{clex}, @dots{}, @code{CSTYPE}, @code{CLTYPE}, and so
5827 @code{YYSTYPE}, @dots{}) are also usable in the parser implementation file.
5954 @dots{} /* @r{Store proper data in @code{nastiness} and @code{randomness}.} */
5956 @dots{}
5964 exp: @dots{} @{ @dots{}; *randomness += 1; @dots{} @}
6113 @dots{}
6116 @dots{}
6119 @dots{}
6121 @dots{}
6181 @dots{}
6184 @dots{}
6209 @dots{}
6212 @dots{}
6251 @dots{}
6254 @dots{}
6883 @dots{}
7061 @dots{}
7072 @dots{}
7074 @dots{}
7390 @dots{}
8044 @dots{}
8214 @dots{}
8223 @dots{}
8259 | IF '(' expr ')' stmt @{ @dots{} @}
8260 @dots{}
8280 @dots{}
8283 @dots{}
8518 In the state 1@dots{}
9215 @dots{} %% @dots{} %% @dots{}
10717 @deftypeop {Constructor} {YYParser} {} YYParser (@var{lex_param}, @dots{}, @var{parse_param}, @dots
10723 @deftypeop {Constructor} {YYParser} {} YYParser (Lexer @var{lexer}, @var{parse_param}, @dots{})
10945 In particular, @code{%@{ @dots{} %@}} blocks should not be used
10983 @deffn {Directive} %token <@var{type}> @var{token} @dots{}
10988 @deffn {Directive} %type <@var{type}> @var{nonterminal} @dots{}
10994 @deffn {Directive} %code @{ @var{code} @dots{} @}
10999 @deffn {Directive} {%code imports} @{ @var{code} @dots{} @}
11004 @deffn {Directive} {%code lexer} @{ @var{code} @dots{} @}
11009 @deffn {Directive} %% @var{code} @dots{}
11015 @deffn {Directive} %@{ @var{code} @dots{} %@}
11561 @deffn {Construct} /* @dots{} */
11562 @deffnx {Construct} // @dots{}