Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/Text/
DBalanced.pm42 sub _failmsg { subroutine
50 _failmsg $message, $pos if $message;
189 _failmsg "Did not find prefix: /$pre/", $startpos;
197 _failmsg "Did not find opening bracket after prefix: \"$pre\"",
218 _failmsg "Unmatched closing bracket: \"$found\"",
227 _failmsg qq{Mismatched closing bracket: expected "$expected" but found "$found"},
237 _failmsg "Unmatched embedded quote ($1)",
251 _failmsg "Unmatched opening bracket(s): "
315 _failmsg "Did not find prefix: /$pre/", pos $$textref;
323 _failmsg "Did not find opening tag: /$ldel/", pos $$textref;
[all …]