Home | History | Annotate | Download | only in antlr

Lines Matching refs:halt

64  * in terms of FIRST's, however).  To proceed with the FOLLOW, p->halt cannot be

65 * set. p->halt is set to indicate that a reference to the current rule is in progress
168 p->end->halt &&
180 !p->halt && /* MR11 was using cache even when halt set */
206 if (p->halt ) /* don't want FOLLOW here? */ /* unless MR10 hoisting */
238 if ( p->jtype == RuleBlk && p->end->halt && ! MR_AmbSourceSearch) /* can save FIRST set? */
248 !p->halt && /* MR11 was using cache even with halt set */
344 save_halt = r->end->halt;
345 r->end->halt = TRUE; /* don't let reach fall off end of rule here */
348 r->end->halt = save_halt;