Home | History | Annotate | Download | only in src

Lines Matching defs:trans

224   transitions *trans = s->transitions;
228 for (i = 0; i < trans->num; i++)
229 if (!TRANSITION_IS_DISABLED (trans, i)
230 && TRANSITION_SYMBOL (trans, i) == token)
231 TRANSITION_DISABLE (trans, i);
332 transitions *trans = s->transitions;
341 FOR_EACH_SHIFT (trans, i)
342 bitset_set (lookahead_set, TRANSITION_SYMBOL (trans, i));
432 transitions *trans = s->transitions;
435 if (!trans)
441 FOR_EACH_SHIFT (trans, i)
442 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i));