Searched defs:yyssp (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Darith.c921 register short int *yyssp;
930 #define YYPOPSTACK (yyvsp--, yyssp--)
955 yyssp = yyss;
968 yyssp++;
971 *yyssp = yystate;
973 if (yyss + yystacksize - 1 <= yyssp)
976 YYSIZE_T yysize = yyssp - yyss + 1;
992 &yyss1, yysize * sizeof (*yyssp),
1027 yyssp = yyss + yysize - 1;
1034 if (yyss + yystacksize - 1 <= yyssp)
918 register short int *yyssp; local
[all...]

Completed in 47 milliseconds