Lines Matching defs:eps
387 int eps;
395 eps = mkstate(SYM_EPSILON);
397 mkxtion(eps, first);
398 mkxtion(eps, second);
400 return eps;
436 int eps;
439 eps = mkstate(SYM_EPSILON);
440 mach = link_machines(mach, eps);
447 eps = mkstate(SYM_EPSILON);
448 mach = link_machines(eps, mach);
473 int eps, orend;
487 eps = mkstate(SYM_EPSILON);
489 first = link_machines(eps, first);
502 eps = mkstate(SYM_EPSILON);
504 first = link_machines(first, eps);
527 int eps;
533 eps = mkstate(SYM_EPSILON);
534 mkxtion(eps, state);
535 return link_machines(state, eps);