Searched refs:possible (Results 1 – 2 of 2) sorted by relevance
2280 sub possible { subroutine2281 my ($possible, $line) = @_;2301 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);2302 if ($possible !~ $notPermitted) {2304 $possible =~ s/\s*$Storage\s*//g;2305 $possible =~ s/\s*$Sparse\s*//g;2306 if ($possible =~ /^\s*$/) {2308 } elsif ($possible =~ /\s/) {2309 $possible =~ s/\s*$Type\s*//g;2310 for my $modifier (split(' ', $possible)) {[all …]
285 possible use to the public, the best way to achieve this is to make it