Searched refs:_match_variable (Results 1 – 2 of 2) sorted by relevance
36 sub _match_variable($$);431 my @match = _match_variable($textref,$pre);439 sub _match_variable($$) subroutine482 next if _match_variable($textref,'\s*->\s*');577 if (_match_variable($textref,'\s*') ||
110 @pos = Text::Balanced::_match_variable(\$source,qr/\s*/);172 elsif ($Perl6 && do{@pos = Text::Balanced::_match_variable(\$source,qr/\s*/)}) {