Home
last modified time | relevance | path

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

/PHP-7.3/ext/json/
H A Djson_parser.tab.c959 int yyn = yypact[*yyssp]; in yysyntax_error()
1227 yytype_int16 *yyssp; in yyparse() local
1257 yyssp = yyss = yyssa; in yyparse()
1275 yyssp++; in yyparse()
1278 *yyssp = yystate; in yyparse()
1644 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1752 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1753 yystate = *yyssp; in yyparse()
1778 if (yyssp == yyss) in yyparse()
1785 yystate = *yyssp; in yyparse()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1061 int yyn = yypact[*yyssp]; in yysyntax_error()
1250 yytype_int16 *yyssp; local
1280 yyssp = yyss = yyssa;
1298 yyssp++;
1301 *yyssp = yystate;
1709 YY_STACK_PRINT (yyss, yyssp);
1818 yystate = *yyssp;
1843 if (yyssp == yyss)
1850 yystate = *yyssp;
1903 while (yyssp != yyss)
[all …]

Completed in 15 milliseconds