Searched refs:bytes_per_error (Results 1 – 4 of 4) sorted by relevance
85 if (readline_left>0 && bytes_per_error) { in readline_internal()89 while (ct>bytes_per_error) { in readline_internal()90 readline_ptr[ct % bytes_per_error]^=mod; in readline_internal()91 ct-=bytes_per_error; in readline_internal()
425 extern int bytes_per_error; /* generate one error around every x bytes */
59 int bytes_per_error=0; variable
729 bytes_per_error = tmp; in zmodem_rx()732 if (bytes_per_error<100) in zmodem_rx()