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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm47 sub _fail subroutine
135 return _fail($wantarray, $textref, "Not a delimited pattern", 0)
162 return _fail $wantarray, $textref,
174 return _fail ($wantarray, $textref) unless @match;
300 return _fail(wantarray, $textref) unless @match;
433 return _fail wantarray, $textref unless @match;
517 return _fail($wantarray, $textref) unless @match;
654 return _fail($wantarray, $textref) unless @match;
1005 return _fail(wantarray, $textref) unless @match;

Completed in 17 milliseconds