Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching defs:reject

60 int yymore_used, reject, real_reject, continued_action, in_rule;
156 if ( spprdflt && ! reject && rule_useful[default_rule] )
187 /* Don't rely on detecting use of yymore() and REJECT,
593 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = false;
887 reject = true;
889 reject = false;
918 if ( reject )
920 _( "REJECT entails a large performance penalty\n" ) );
927 if ( reject )
931 reject = true;
933 if ( (fulltbl || fullspd) && reject )
937 _( "REJECT cannot be used with -f or -F" ) );
946 if ( reject )