Searched refs:YYERRCODE (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dinherit1.tab.c194 #define YYERRCODE 256 macro
943 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
944 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dinherit2.tab.c199 #define YYERRCODE 256 macro
999 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1000 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dok_syntax1.tab.c200 #define YYERRCODE 256 macro
1078 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1079 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dpure_calc.tab.c182 #define YYERRCODE 256 macro
1051 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1052 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dpure_error.tab.c174 #define YYERRCODE 256 macro
919 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
920 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc-s.tab.c178 #define YYERRCODE 256 macro
1055 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1056 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc.tab.c184 #define YYERRCODE 256 macro
1061 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1062 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc2-s.tab.c178 #define YYERRCODE 256 macro
1055 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1056 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc2.tab.c184 #define YYERRCODE 256 macro
1061 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1062 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc3-s.tab.c178 #define YYERRCODE 256 macro
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1057 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc3.tab.c178 #define YYERRCODE 256 macro
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1057 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc4-s.tab.c178 #define YYERRCODE 256 macro
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1057 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dquote_calc4.tab.c178 #define YYERRCODE 256 macro
1056 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1057 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dvarsyntax_calc1.tab.c198 #define YYERRCODE 256 macro
1182 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1183 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dcode_debug.c766 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
767 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Drename_debug.c766 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
767 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dbtyacc_demo.tab.c231 #define YYERRCODE 256 macro
1729 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1730 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
H A Dgrammar.tab.c475 #define YYERRCODE 256 macro
1876 if (((yyn = yysindex[*yystack.s_mark]) != 0) && (yyn += YYERRCODE) >= 0 &&
1877 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c455 #define YYERRCODE 256 macro
1235 if ((yyn = yysindex[*yystack.s_mark]) && (yyn += YYERRCODE) >= 0 &&
1236 yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE)
/freebsd-11.0-release/crypto/heimdal/lib/com_err/
H A Dparse.c610 #define YYERRCODE 256 macro
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1002 #define YYERRCODE 256 macro
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c770 #define YYERRCODE 256 macro
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh2.c37 #define YYERRCODE 300 macro
735 return(YYERRCODE);
/freebsd-11.0-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c584 #define YYERRCODE 256 macro
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-exp.c959 #define YYERRCODE 256 macro

Completed in 166 milliseconds

1234