Lines Matching refs:eps
379 int eps; in mkbranch() local
387 eps = mkstate (SYM_EPSILON); in mkbranch()
389 mkxtion (eps, first); in mkbranch()
390 mkxtion (eps, second); in mkbranch()
392 return eps; in mkbranch()
426 int eps; in mkopt() local
429 eps = mkstate (SYM_EPSILON); in mkopt()
430 mach = link_machines (mach, eps); in mkopt()
437 eps = mkstate (SYM_EPSILON); in mkopt()
438 mach = link_machines (eps, mach); in mkopt()
462 int eps, orend; in mkor() local
474 eps = mkstate (SYM_EPSILON); in mkor()
476 first = link_machines (eps, first); in mkor()
493 eps = mkstate (SYM_EPSILON); in mkor()
495 first = link_machines (first, eps); in mkor()
517 int eps; in mkposcl() local
525 eps = mkstate (SYM_EPSILON); in mkposcl()
526 mkxtion (eps, state); in mkposcl()
527 return link_machines (state, eps); in mkposcl()