Searched defs:next_comment_multi_pos (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2315 $next_comment_multi_pos = -1; variable
2740 if (!empty($this->language_data['COMMENT_MULTI']) && $next_comment_multi_pos < $i) {
2741 $next_comment_multi_pos = $length; variable
2759 if ($match_i !== false && $match_i < $next_comment_multi_pos) {
2760 $next_comment_multi_pos = $match_i; variable
2768 if ($i == $next_comment_multi_pos) {

Completed in 82 milliseconds