Searched refs:yyssp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 814 yystate = *yyssp; \ 927 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument 940 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print() 949 yy_reduce_print (yyssp, yyvsp, Rule); \ 1034 yy_state_t *yyssp = yyss; in yyparse() local 1052 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1070 yyssp++; in yyparse() 1080 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local 1082 YY_STACK_PRINT (yyss, yyssp); in yyparse() 1084 if (yyss + yystacksize - 1 <= yyssp) in yyparse() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 812 yystate = *yyssp; \ 922 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) 934 yystos[yyssp[yyi + 1 - yynrhs]], 944 yy_reduce_print (yyssp, yyvsp, Rule); \ 1071 yytype_int16 *yyssp, int yytoken) 1109 int yyn = yypact[*yyssp]; 1285 yytype_int16 *yyssp; 1309 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1315 yyssp = yyss = yyssa; 1333 yyssp++; [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 725 yystate = *yyssp; \ 903 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) 915 yystos[yyssp[yyi + 1 - yynrhs]], 925 yy_reduce_print (yyssp, yyvsp, yylsp, Rule); \ 1052 yytype_int16 *yyssp, int yytoken) 1090 int yyn = yypact[*yyssp]; 1236 yytype_int16 *yyssp; 1269 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) 1275 yyssp = yyss = yyssa; 1295 yyssp++; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 947 yystate = *yyssp; \ 1060 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument 1073 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print() 1082 yy_reduce_print (yyssp, yyvsp, Rule); \ 1167 yy_state_t *yyssp = yyss; in yyparse() local 1185 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1203 yyssp++; in yyparse() 1213 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local 1215 YY_STACK_PRINT (yyss, yyssp); in yyparse() 1217 if (yyss + yystacksize - 1 <= yyssp) in yyparse() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 811 yystate = *yyssp; \ 921 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) 933 yystos[yyssp[yyi + 1 - yynrhs]], 943 yy_reduce_print (yyssp, yyvsp, Rule); \ 1070 yytype_int16 *yyssp, int yytoken) 1108 int yyn = yypact[*yyssp]; 1284 yytype_int16 *yyssp; 1308 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1314 yyssp = yyss = yyssa; 1332 yyssp++; [all …]
|