Searched defs:YYERROR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c72 #define DO_SUM(res, a, b) if (!SUM_OK((a), (b))) YYERROR; \
80 if (DAY_NOT_OK(D) || HOUR_NOT_OK(H) || MIN_NOT_OK(M)) YYERROR; \
327 #define YYERROR goto yyerrlab1 macro
328 /* Like YYERROR except do call yyerror.
330 transition to the new meaning of YYERROR, for GCC.
343 { yyerror ("syntax error: cannot back up"); YYERROR; } \
792 { YYERROR ;
828 { if (HOUR_NOT_OK(yyvsp[-2].val)) YYERROR;
833 { if (MIN_NOT_OK(yyvsp[-2].val)) YYERROR;

Completed in 61 milliseconds