Home
last modified time | relevance | path

Searched refs:yytname (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c545 static const char *const yytname[] = variable
803 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
805 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1021 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error()
1062 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1084 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1086 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
/PHP-7.3/ext/json/
H A Djson_parser.tab.c524 static const char *const yytname[] = variable
737 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
923 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); in yysyntax_error()
960 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
982 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
984 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()

Completed in 14 milliseconds