Home
last modified time | relevance | path

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

/PHP-7.2/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.2/sapi/phpdbg/
H A Dphpdbg_parser.c1063 int yyn = yypact[*yyssp]; in yysyntax_error()
1252 yytype_int16 *yyssp; local
1282 yyssp = yyss = yyssa;
1300 yyssp++;
1303 *yyssp = yystate;
1711 YY_STACK_PRINT (yyss, yyssp);
1820 yystate = *yyssp;
1845 if (yyssp == yyss)
1852 yystate = *yyssp;
1905 while (yyssp != yyss)
[all …]

Completed in 19 milliseconds