Home | History | Annotate | Download | only in bldcsndfa

Lines Matching defs:EPSILON

57 #define EPSILON         0x100           /* Token for empty transition. */
677 uniquetransition(EPSILON, t, final);
1203 if (t->t_token == EPSILON) {
1329 *** Build a set of all non-epsilon transitions from this
1339 if (t->t_token != EPSILON) {
1357 token = EPSILON;