Lines Matching defs:copy
86 int copy, i;
88 copy = mkstate(SYM_EPSILON);
91 copy = link_machines(copy, dupmachine(singl));
93 return copy;
141 * copy = dupmachine( mach );
143 * copy - holds duplicate of mach
146 * note that the copy of mach is NOT an exact duplicate; rather, all the
147 * transition states values are adjusted so that the copy is self-contained,
555 int base_mach, tail, copy, i;
560 copy = dupmachine(mach);
563 mkclos(copy)));
568 copy = dupmachine(mach);
569 tail = mkopt(link_machines(copy, tail));