Searched refs:_match_quotelike (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm100 my @pos = Text::Balanced::_match_quotelike(\$source,qr/\s*/,1,0);
179 elsif ( @pos = Text::Balanced::_match_quotelike(\$source,qr/\s*/,1,0)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm38 sub _match_quotelike($$$$);
242 elsif ($quotelike && _match_quotelike($textref,"",1,0))
578 _match_quotelike($textref,'\s*',$patvalid,$patvalid) )
653 my @match = _match_quotelike($textref,$pre,1,0);
664 sub _match_quotelike($$$$) # ($textref, $prepat, $allow_raw_match) subroutine

Completed in 18 milliseconds