Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DDifferenceEngine.php305 function _lcs_pos($ypos) { argument
307 if ($end == 0 || $ypos > $this->seq[$end]) {
308 $this->seq[++$this->lcs] = $ypos;
309 $this->in_seq[$ypos] = 1;
316 if ($ypos > $this->seq[$mid])
322 USE_ASSERTS && assert($ypos != $this->seq[$end]);
325 $this->seq[$end] = $ypos;
326 $this->in_seq[$ypos] = 1;