Home | History | Annotate | Download | only in doc

Lines Matching full:token

322 \key{Generate token and {\tt YYSTYPE} definitions.}      {-d}
331 {\bf Note:} The token and {\tt YYSTYPE} definitions are generated
339 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
368 The {\tt <{\it t\/}>} after {\tt \%token, \%left, \%right} and {\tt
382 {\it Token and type definitions}
462 \key{Current look ahead token.} {yychar}
464 \key{Data associated with the current token.} {yylval}
465 \key{Source position of current token.} {yylloc}
493 \key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY}
494 \key{Clear previous look ahead token.} {yyclearin}