Searched refs:yyss (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Darith.c249 short int yyss; member in union:yyalloc
911 `yyss': related to states,
920 short int *yyss = yyssa;
955 yyssp = yyss;
973 if (yyss + yystacksize - 1 <= yyssp)
976 YYSIZE_T yysize = yyssp - yyss + 1;
984 short int *yyss1 = yyss;
997 yyss = yyss1;
1012 short int *yyss1 = yyss;
1017 YYSTACK_RELOCATE (yyss);
917 short int *yyss = yyssa; local
[all...]

Completed in 118 milliseconds