Lines Matching refs:yytname
3253 @code{yytname} table (@pxref{Calling Convention}).
5347 The name of the array is @code{yytname}; @code{yytname[@var{i}]} is
5349 @var{i}. The first three elements of @code{yytname} correspond to the
6140 @code{yylex} can find the multicharacter token in the @code{yytname}
6142 The name of a multicharacter token is recorded in @code{yytname} with a
6147 Here's code for looking up a multicharacter token in @code{yytname},
6155 if (yytname[i] != 0
6156 && yytname[i][0] == '"'
6157 && ! strncmp (yytname[i] + 1, token_buffer,
6159 && yytname[i][strlen (token_buffer) + 1] == '"'
6160 && yytname[i][strlen (token_buffer) + 2] == 0)
6165 The @code{yytname} table is generated only if you use the
12318 @c LocalWords: ptypes itype YYPRINT trigraphs yytname expseq vindex dtype Unary