Lines Matching defs:lcs
118 var $lcs;
134 unset($this->lcs);
255 $this->lcs = 0;
264 for ($i = 0; $i <= $this->lcs; $i++)
294 $ymid = $ymids[$this->lcs];
302 return array($this->lcs, $seps);
306 $end = $this->lcs;
308 $this->seq[++$this->lcs] = $ypos;
310 return $this->lcs;
361 $lcs = 0;
367 list ($lcs, $seps)
371 if ($lcs == 0) {
577 function lcs() {
578 $lcs = 0;
581 $lcs += count($edit->orig);
583 return $lcs;
649 $lcs = $this->lcs();
650 trigger_error("Diff okay: LCS = $lcs", E_USER_NOTICE);