Searched defs:yytname (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c533 static const char *const yytname[] = variable
840 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
842 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1004 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1059 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1100 yyarg[yycount++] = yytname[yytoken];
1107 /* Stay within bounds of both yycheck and yytname. */
1122 yyarg[yycount++] = yytname[yyx];
1124 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);

Completed in 1096 milliseconds