Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c458 #define YYNTOKENS 23 macro
777 if (yytype < YYNTOKENS)
802 if (yytype < YYNTOKENS)
1071 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
1719 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1723 yystate = yydefgoto[yyn - YYNTOKENS];
/PHP-7.3/ext/json/
H A Djson_parser.tab.c461 #define YYNTOKENS 18 macro
722 if (yytype < YYNTOKENS) in yy_symbol_value_print()
737 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
969 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
1654 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
1658 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()

Completed in 17 milliseconds