Lines Matching refs:possible
1963 sub possible { subroutine
1964 my ($possible, $line) = @_;
1984 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
1985 if ($possible !~ $notPermitted) {
1987 $possible =~ s/\s*$Storage\s*//g;
1988 $possible =~ s/\s*$Sparse\s*//g;
1989 if ($possible =~ /^\s*$/) {
1991 } elsif ($possible =~ /\s/) {
1992 $possible =~ s/\s*$Type\s*//g;
1993 for my $modifier (split(' ', $possible)) {
1995 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible);
2001 warn "POSSIBLE: $possible ($line)\n" if ($dbg_possible);
2002 push(@typeListFile, $possible);
2006 warn "NOTPOSS: $possible ($line)\n" if ($dbg_possible > 1);
3565 possible($type, "A:" . $s);
3569 possible($1, "B:" . $s);
3574 possible($1, "C:" . $s);
3590 possible($1, "D:" . $s);