Lines Matching refs:tt
181 \def\tt{\eighttt}
264 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
267 \obeylines\obeyspaces\parskip0pt\tt}
276 \tt}
320 \key{Generate token and {\tt YYSTYPE} definitions.} {-d}
322 \key{Don't put {\tt \#line} directives in the parser.} {-l}
326 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y}
329 {\bf Note:} The token and {\tt YYSTYPE} definitions are generated
330 to a file called {\tt y.tab.h} if the {\tt -y} option is used,
331 otherwise it will have the format {\tt {\it name}.tab.h}, where
351 \key{Tell {\tt bison} where to start parsing.}
354 \key{Tell {\tt bison} the data type of symbols.}
359 In the above, {\it t} is a {\it type} defined in the {\tt \%union}
362 {\tt \%left}, {\tt \%right}, or {\tt \%nonassoc}.
366 The {\tt <{\it t\/}>} after {\tt \%token, \%left, \%right} and {\tt
368 in the rules with {\tt \%prec} commands.
412 a mixture of C code (enclosed in {\tt \{...\}}), and the
452 Where {\it t} is a type defined in the {\tt \%union}, {\it n} is a
453 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
454 first_line} and {\tt last_line}, and {\it column\_spec} is specified
455 as either {\tt first_column} or {\tt last_column}.
491 \key{Value in {\tt yychar} if no lookahead token.} {YYEMPTY}