Searched refs:comp_line (Results 1 – 1 of 1) sorted by relevance
2284 function comp_line($l1, $l2, $is_reg) function2297 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {2345 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
Completed in 8 milliseconds