Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c547 static const char *const yytname[] = variable
805 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
807 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1023 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error()
1064 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1086 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1088 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
/PHP-7.2/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 12 milliseconds