Searched refs:YYSTYPE (Results 1 – 4 of 4) sorted by relevance
66 #ifndef YYSTYPE72 # define YYSTYPE yystype macro90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));402 YYSTYPE yyvs;415 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \419 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \675 YYSTYPE yylval; \729 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()730 YYSTYPE *yyvs = yyvsa; in yyparse()731 register YYSTYPE *yyvsp; in yyparse()[all …]
69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));261 YYSTYPE *lval; in yylex()
222 yylex(YYSTYPE*, void* closure);
2571 yylex(YYSTYPE* lvalp, void* closurev) in yylex()