Lines Matching refs:possible
2271 sub possible { subroutine
2272 my ($possible, $line) = @_;
2292 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
2293 if ($possible !~ $notPermitted) {
2295 $possible =~ s/\s*$Storage\s*//g;
2296 $possible =~ s/\s*$Sparse\s*//g;
2297 if ($possible =~ /^\s*$/) {
2299 } elsif ($possible =~ /\s/) {
2300 $possible =~ s/\s*$Type\s*//g;
2301 for my $modifier (split(' ', $possible)) {
2303 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible);
2309 warn "POSSIBLE: $possible ($line)\n" if ($dbg_possible);
2310 push(@typeListFile, $possible);
2314 warn "NOTPOSS: $possible ($line)\n" if ($dbg_possible > 1);
4249 possible($type, "A:" . $s);
4253 possible($1, "B:" . $s);
4258 possible($1, "C:" . $s);
4274 possible($1, "D:" . $s);