Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm36 sub _match_variable($$);
431 my @match = _match_variable($textref,$pre);
439 sub _match_variable($$) subroutine
482 next if _match_variable($textref,'\s*->\s*');
577 if (_match_variable($textref,'\s*') ||
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm110 @pos = Text::Balanced::_match_variable(\$source,qr/\s*/);
172 elsif ($Perl6 && do{@pos = Text::Balanced::_match_variable(\$source,qr/\s*/)}) {