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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm192 use constant MINX => 4; constant
341 # Check that we have at least MINX x X (eg 'XXXX") at the end of the string
347 if (substr($template, $start - MINX + 1, MINX) ne 'X' x MINX) {
349 MINX . " 'X' characters\n";

Completed in 22 milliseconds