Lines Matching full:while
180 while ($xi < $n_from || $yi < $n_to) {
186 while ($xi < $n_from && $yi < $n_to && !$this->xchanged[$xi] && !$this->ychanged[$yi]) {
195 while ($xi < $n_from && $this->xchanged[$xi])
199 while ($yi < $n_to && $this->ychanged[$yi])
314 while ($beg < $end) {
349 while ($xoff < $xlim && $yoff < $ylim && $this->xv[$xoff] == $this->yv[$yoff]) {
355 while ($xlim > $xoff && $ylim > $yoff && $this->xv[$xlim - 1] == $this->yv[$ylim - 1]) {
374 while ($yoff < $ylim)
376 while ($xoff < $xlim)
383 while ($pt2 = next($seps)) {
415 while (1) {
427 while ($j < $other_len && $other_changed[$j])
430 while ($i < $len && ! $changed[$i]) {
434 while ($j < $other_len && $other_changed[$j])
444 while (++$i < $len && $changed[$i])
459 while ($start > 0 && $lines[$start - 1] == $lines[$i - 1]) {
462 while ($start > 0 && $changed[$start - 1])
465 while ($other_changed[--$j])
484 while ($i < $len && $lines[$start] == $lines[$i]) {
487 while ($i < $len && $changed[$i])
494 while ($j < $other_len && $other_changed[$j])
498 } while ($runlength != $i - $start);
504 while ($corresponding < $i) {
508 while ($other_changed[--$j])
1218 while ($line = array_shift($del)) {
1384 while ($e1 || $e2) {