Searched refs:yysindex (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dpure_error.tab.c76 #ifndef yysindex
77 #define yysindex error_sindex macro
78 #endif /* yysindex */
778 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
919 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc-s.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc_sindex macro
78 #endif /* yysindex */
914 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1055 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc_sindex macro
78 #endif /* yysindex */
920 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1061 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc2-s.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc2_sindex macro
78 #endif /* yysindex */
914 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1055 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc2.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc2_sindex macro
78 #endif /* yysindex */
920 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1061 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc3-s.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc3_sindex macro
78 #endif /* yysindex */
915 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc3.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc3_sindex macro
78 #endif /* yysindex */
915 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc4-s.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc4_sindex macro
78 #endif /* yysindex */
915 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dquote_calc4.tab.c76 #ifndef yysindex
77 #define yysindex quote_calc4_sindex macro
78 #endif /* yysindex */
915 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dvarsyntax_calc1.tab.c77 #ifndef yysindex
78 #define yysindex varsyntax_calc1_sindex macro
79 #endif /* yysindex */
1041 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1182 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dcode_debug.c37 static const YYINT yysindex[] = { -256, variable
625 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
766 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Drename_debug.c37 static const YYINT yysindex[] = { -256, variable
625 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
766 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dbtyacc_demo.tab.c76 #ifndef yysindex
77 #define yysindex demo_sindex macro
78 #endif /* yysindex */
1588 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1729 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
H A Dgrammar.tab.c76 #ifndef yysindex
77 #define yysindex grammar_sindex macro
78 #endif /* yysindex */
1735 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1876 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c69 #ifndef yysindex
70 #define yysindex grammar_sindex macro
71 #endif /* yysindex */
1195 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
1235 if ((yyn = yysindex[*yystack.s_mark]) && (yyn += YYERRCODE) >= 0 &&
/freebsd-11.0-release/usr.bin/lex/
H A Dinitparse.c228 static const short yysindex[] = { 0, variable
763 if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
803 if ((yyn = yysindex[*yystack.s_mark]) && (yyn += YYERRCODE) >= 0 &&
/freebsd-11.0-release/contrib/gdb/gdb/
H A Df-exp.y101 #define yysindex f_yysindex
H A Dm2-exp.y97 #define yysindex m2_yysindex
H A Dc-exp.y101 #define yysindex c_yysindex
H A Djv-exp.y95 #define yysindex java_yysindex
H A Dm2-exp.c212 #define yysindex m2_yysindex macro
H A Dobjc-exp.y100 #define yysindex objc_yysindex
H A Dp-exp.y103 #define yysindex pascal_yysindex
H A Df-exp.c193 #define yysindex f_yysindex macro
/freebsd-11.0-release/contrib/binutils/ld/
H A Ddeffilep.y74 #define yysindex def_yysindex

Completed in 359 milliseconds

1234