Searched refs:yyloc (Results 1 - 25 of 94) sorted by relevance

1234

/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Drename_debug.i69 extern YYLTYPE yyloc; /* position returned by actions */
H A Derr_inherit4.tab.c106 #ifndef yyloc
107 #define yyloc err_inherit4_loc macro
108 #endif /* yyloc */
325 YYLTYPE yyloc; /* position returned by actions */ variable
1032 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1033 *++yystack.p_mark = yyloc;
1128 memset(&yyloc, 0, sizeof(yyloc));
1133 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1152 { yyval.nlist = yystack.l_mark[0].nlist; yyloc
[all...]
H A Drename_debug.c99 YYLTYPE yyloc; /* position returned by actions */ variable
801 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
802 *++yystack.p_mark = yyloc;
897 memset(&yyloc, 0, sizeof(yyloc));
902 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
940 *++yystack.p_mark = yyloc;
1032 *++yystack.p_mark = yyloc;
H A Dbtyacc_demo.tab.c106 #ifndef yyloc
107 #define yyloc demo_loc macro
108 #endif /* yyloc */
524 YYLTYPE yyloc; /* position returned by actions */ variable
1745 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1746 *++yystack.p_mark = yyloc;
1841 memset(&yyloc, 0, sizeof(yyloc));
1846 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1896 yyloc
[all...]
H A Dcalc3.tab.c618 YYLTYPE yyloc; /* position returned by actions */ local
692 memset(&yyloc, 0, sizeof(yyloc));
1099 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1100 *++yystack.p_mark = yyloc;
1195 memset(&yyloc, 0, sizeof(yyloc));
1200 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1299 *++yystack.p_mark = yyloc;
1391 *++yystack.p_mark = yyloc;
[all...]
H A Dok_syntax1.tab.c641 YYLTYPE yyloc; /* position returned by actions */ local
715 memset(&yyloc, 0, sizeof(yyloc));
1122 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1123 *++yystack.p_mark = yyloc;
1218 memset(&yyloc, 0, sizeof(yyloc));
1223 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1322 *++yystack.p_mark = yyloc;
1414 *++yystack.p_mark = yyloc;
[all...]
H A Dpure_calc.tab.c614 YYLTYPE yyloc; /* position returned by actions */ local
688 memset(&yyloc, 0, sizeof(yyloc));
1095 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1096 *++yystack.p_mark = yyloc;
1191 memset(&yyloc, 0, sizeof(yyloc));
1196 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1295 *++yystack.p_mark = yyloc;
1387 *++yystack.p_mark = yyloc;
[all...]
H A Dpure_error.tab.c482 YYLTYPE yyloc; /* position returned by actions */ local
556 memset(&yyloc, 0, sizeof(yyloc));
963 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
964 *++yystack.p_mark = yyloc;
1059 memset(&yyloc, 0, sizeof(yyloc));
1064 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1102 *++yystack.p_mark = yyloc;
1194 *++yystack.p_mark = yyloc;
[all...]
H A Ddefines1.calc.c261 YYLTYPE yyloc; /* position returned by actions */ variable
979 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
980 *++yystack.p_mark = yyloc;
1075 memset(&yyloc, 0, sizeof(yyloc));
1080 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1179 *++yystack.p_mark = yyloc;
1271 *++yystack.p_mark = yyloc;
H A Derr_syntax20.tab.c239 YYLTYPE yyloc; /* position returned by actions */ variable
937 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
938 *++yystack.p_mark = yyloc;
1033 memset(&yyloc, 0, sizeof(yyloc));
1038 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1081 *++yystack.p_mark = yyloc;
1173 *++yystack.p_mark = yyloc;
H A Dstdin2.calc.c261 YYLTYPE yyloc; /* position returned by actions */ variable
979 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
980 *++yystack.p_mark = yyloc;
1075 memset(&yyloc, 0, sizeof(yyloc));
1080 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1179 *++yystack.p_mark = yyloc;
1271 *++yystack.p_mark = yyloc;
H A Dstdin1.calc.c261 YYLTYPE yyloc; /* position returned by actions */ variable
979 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
980 *++yystack.p_mark = yyloc;
1075 memset(&yyloc, 0, sizeof(yyloc));
1080 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1179 *++yystack.p_mark = yyloc;
1271 *++yystack.p_mark = yyloc;
H A Dquote_calc4-s.tab.c374 YYLTYPE yyloc; /* position returned by actions */ variable
1091 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1092 *++yystack.p_mark = yyloc;
1187 memset(&yyloc, 0, sizeof(yyloc));
1192 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1291 *++yystack.p_mark = yyloc;
1383 *++yystack.p_mark = yyloc;
H A Dquote_calc4.tab.c374 YYLTYPE yyloc; /* position returned by actions */ variable
1091 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1092 *++yystack.p_mark = yyloc;
1187 memset(&yyloc, 0, sizeof(yyloc));
1192 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1291 *++yystack.p_mark = yyloc;
1383 *++yystack.p_mark = yyloc;
H A Dquote_calc3-s.tab.c374 YYLTYPE yyloc; /* position returned by actions */ variable
1091 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1092 *++yystack.p_mark = yyloc;
1187 memset(&yyloc, 0, sizeof(yyloc));
1192 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1291 *++yystack.p_mark = yyloc;
1383 *++yystack.p_mark = yyloc;
H A Dquote_calc3.tab.c374 YYLTYPE yyloc; /* position returned by actions */ variable
1091 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1092 *++yystack.p_mark = yyloc;
1187 memset(&yyloc, 0, sizeof(yyloc));
1192 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1291 *++yystack.p_mark = yyloc;
1383 *++yystack.p_mark = yyloc;
H A Dcalc_code_all.tab.c360 YYLTYPE yyloc; /* position returned by actions */ variable
1100 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1101 *++yystack.p_mark = yyloc;
1196 memset(&yyloc, 0, sizeof(yyloc));
1201 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1300 *++yystack.p_mark = yyloc;
1392 *++yystack.p_mark = yyloc;
H A Dcalc_code_default.tab.c354 YYLTYPE yyloc; /* position returned by actions */ variable
1080 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1081 *++yystack.p_mark = yyloc;
1176 memset(&yyloc, 0, sizeof(yyloc));
1181 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1280 *++yystack.p_mark = yyloc;
1372 *++yystack.p_mark = yyloc;
H A Dcalc_code_imports.tab.c354 YYLTYPE yyloc; /* position returned by actions */ variable
1072 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1073 *++yystack.p_mark = yyloc;
1168 memset(&yyloc, 0, sizeof(yyloc));
1173 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1272 *++yystack.p_mark = yyloc;
1364 *++yystack.p_mark = yyloc;
H A Dcalc_code_provides.tab.c354 YYLTYPE yyloc; /* position returned by actions */ variable
1080 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1081 *++yystack.p_mark = yyloc;
1176 memset(&yyloc, 0, sizeof(yyloc));
1181 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1280 *++yystack.p_mark = yyloc;
1372 *++yystack.p_mark = yyloc;
H A Dcalc_code_requires.tab.c354 YYLTYPE yyloc; /* position returned by actions */ variable
1080 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1081 *++yystack.p_mark = yyloc;
1176 memset(&yyloc, 0, sizeof(yyloc));
1181 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1280 *++yystack.p_mark = yyloc;
1372 *++yystack.p_mark = yyloc;
H A Dcalc_code_top.tab.c362 YYLTYPE yyloc; /* position returned by actions */ variable
1080 YYLLOC_DEFAULT(yyloc, yyerror_loc_range, 2); /* position of error span */
1081 *++yystack.p_mark = yyloc;
1176 memset(&yyloc, 0, sizeof(yyloc));
1181 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1280 *++yystack.p_mark = yyloc;
1372 *++yystack.p_mark = yyloc;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.c733 YYLTYPE yyloc;
986 yyloc = yylsp[1-yylen];
987 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
1109 *++yylsp = yyloc;
731 YYLTYPE yyloc; local
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dplural.c755 YYLTYPE yyloc;
1008 yyloc = yylsp[1-yylen];
1009 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
1131 *++yylsp = yyloc;
753 YYLTYPE yyloc; local
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dplural.c733 YYLTYPE yyloc;
986 yyloc = yylsp[1-yylen];
987 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
1109 *++yylsp = yyloc;
731 YYLTYPE yyloc; local

Completed in 374 milliseconds

1234