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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2314 $next_comment_regexp_pos = -1; variable
2333 if (isset($this->language_data['COMMENT_REGEXP']) && $next_comment_regexp_pos < $i) {
2334 $next_comment_regexp_pos = $length; variable
2366 if ($match_i !== false && $match_i < $next_comment_regexp_pos) {
2367 $next_comment_regexp_pos = $match_i; variable
2405 if ($string_started && $i != $next_comment_regexp_pos) {
2705 if ($i == $next_comment_regexp_pos) {

Completed in 55 milliseconds