Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1236 int yystate; local
1286 yystate = 0;
1301 *yyssp = yystate;
1366 if (yystate == YYFINAL)
1380 yyn = yypact[yystate];
1429 yystate = yyn;
1720 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1721 yystate = yytable[yystate];
1818 yystate = *yyssp;
1850 yystate = *yyssp;
[all …]
/PHP-7.3/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 19 milliseconds