Lines Matching refs:current
476 // Using ii as position, jj as previous character, hh as current character,
516 int count, pos, current, run, copies, outbyte, previous, gotcount = 0;
536 current = bw->writeCurrent;
546 previous = current;
548 current = pos&0xff;
554 copies = current;
556 current = -1;
559 outbyte = current;
569 if (current != previous) run=0;
593 bw->writeCurrent = current;