Home
last modified time | relevance | path

Searched refs:yystate (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c1238 int yystate; local
1288 yystate = 0;
1303 *yyssp = yystate;
1368 if (yystate == YYFINAL)
1382 yyn = yypact[yystate];
1431 yystate = yyn;
1722 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1723 yystate = yytable[yystate];
1820 yystate = *yyssp;
1852 yystate = *yyssp;
[all …]
/PHP-7.2/ext/json/
H A Djson_parser.tab.c1213 int yystate; in yyparse() local
1263 yystate = 0; in yyparse()
1278 *yyssp = yystate; in yyparse()
1343 if (yystate == YYFINAL) in yyparse()
1357 yyn = yypact[yystate]; in yyparse()
1406 yystate = yyn; in yyparse()
1655 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
1656 yystate = yytable[yystate]; in yyparse()
1753 yystate = *yyssp; in yyparse()
1785 yystate = *yyssp; in yyparse()
[all …]
H A Djson_scanner.re32 #define YYSETCONDITION(yystate) s->state = yystate
H A Djson_scanner.c33 #define YYSETCONDITION(yystate) s->state = yystate argument

Completed in 22 milliseconds