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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1870 yytype_int16 *yyssp;
1879 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1904 yyssp = yyss;
1915 yyssp++;
1918 *yyssp = yystate;
1920 if (yyss + yystacksize - 1 <= yyssp)
1923 YYSIZE_T yysize = yyssp - yyss + 1;
1939 &yyss1, yysize * sizeof (*yyssp),
1974 yyssp = yyss + yysize - 1;
1981 if (yyss + yystacksize - 1 <= yyssp)
1867 yytype_int16 *yyssp; local
[all...]

Completed in 64 milliseconds