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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dparse.c394 short *yyssp; variable
565 yyssp = yyss;
567 *yyssp = yystate = 0;
593 if (yyssp >= yyss + yystacksize - 1)
597 *++yyssp = yystate = yytable[yyn];
626 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&
632 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);
634 if (yyssp >= yyss + yystacksize - 1)
638 *++yyssp = yystate = yytable[yyn];
647 YYPREFIX, *yyssp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c1111 register short int *yyssp;
1120 #define YYPOPSTACK (yyvsp--, yyssp--)
1145 yyssp = yyss;
1160 yyssp++;
1163 *yyssp = yystate;
1165 if (yyss + yystacksize - 1 <= yyssp)
1168 YYSIZE_T yysize = yyssp - yyss + 1;
1184 &yyss1, yysize * sizeof (*yyssp),
1219 yyssp = yyss + yysize - 1;
1226 if (yyss + yystacksize - 1 <= yyssp)
1108 register short int *yyssp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c1003 register short *yyssp;
1012 #define YYPOPSTACK (yyvsp--, yyssp--)
1037 yyssp = yyss;
1049 yyssp++;
1052 *yyssp = yystate;
1054 if (yyss + yystacksize - 1 <= yyssp)
1057 YYSIZE_T yysize = yyssp - yyss + 1;
1073 &yyss1, yysize * sizeof (*yyssp),
1108 yyssp = yyss + yysize - 1;
1115 if (yyss + yystacksize - 1 <= yyssp)
1000 register short *yyssp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c1270 yytype_int16 *yyssp;
1279 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1304 yyssp = yyss;
1315 yyssp++;
1318 *yyssp = yystate;
1320 if (yyss + yystacksize - 1 <= yyssp)
1323 YYSIZE_T yysize = yyssp - yyss + 1;
1339 &yyss1, yysize * sizeof (*yyssp),
1374 yyssp = yyss + yysize - 1;
1381 if (yyss + yystacksize - 1 <= yyssp)
1267 yytype_int16 *yyssp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.tab.c1215 short int *yyssp;
1224 #define YYPOPSTACK (yyvsp--, yyssp--)
1249 yyssp = yyss;
1261 yyssp++;
1264 *yyssp = yystate;
1266 if (yyss + yystacksize - 1 <= yyssp)
1269 YYSIZE_T yysize = yyssp - yyss + 1;
1285 &yyss1, yysize * sizeof (*yyssp),
1320 yyssp = yyss + yysize - 1;
1327 if (yyss + yystacksize - 1 <= yyssp)
1212 short int *yyssp; local
[all...]

Completed in 48 milliseconds