Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/json/
H A Djson_parser.tab.h71 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
73 union YYSTYPE union
86 typedef union YYSTYPE YYSTYPE; typedef
H A Djson_parser.tab.c180 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
182 union YYSTYPE union
195 typedef union YYSTYPE YYSTYPE; typedef
403 YYSTYPE yyvs_alloc;
1207 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
1208 YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); in yyparse()
1230 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1231 YYSTYPE *yyvs; in yyparse()
1232 YYSTYPE *yyvsp; in yyparse()
1242 YYSTYPE yyval; in yyparse()
[all …]
H A Djson_parser.y81 static int php_json_yylex(union YYSTYPE *value, php_json_parser *parser);
294 static int php_json_yylex(union YYSTYPE *value, php_json_parser *parser) in php_json_yylex()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.h108 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
109 typedef int YYSTYPE; typedef
111 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dphpdbg_parser.c87 #define YYSTYPE phpdbg_param_t macro
200 typedef int YYSTYPE; typedef
400 YYSTYPE yyvs_alloc;
854 YYSTYPE *yyvsp; in yy_reduce_print()
1163 YYSTYPE *yyvaluep;
1219 static YYSTYPE yyval_default;
1253 YYSTYPE yyvsa[YYINITDEPTH];
1254 YYSTYPE *yyvs;
1255 YYSTYPE *yyvsp;
1265 YYSTYPE yyval;
[all …]
H A Dphpdbg_cmd.h86 #ifndef YYSTYPE
87 #define YYSTYPE phpdbg_param_t macro
H A Dphpdbg_parser.y14 #define YYSTYPE phpdbg_param_t macro
/PHP-7.3/Zend/
H A Dzend_ini_parser.y35 #define YYSTYPE zval macro
H A Dzend_language_parser.y36 #define YYSTYPE zend_parser_stack_elem macro

Completed in 81 milliseconds