Lines Matching refs:got
113 my @got;
116 push @got, $_ foreach $a =~ /[^x]d(?{})[^x]d/g;
119 @got = ();
123 push @got, $_ foreach $a =~ /[^x]d(?{})[^x]d/g;
126 @got = ();
130 push @got, $_ foreach $a =~ /[^x]d(?{})[^x]d/g;
133 @got = ();
136 push @got, $_ foreach $a =~ /[^x]d(?{study $b})[^x]d/g;
139 @got = ();
144 push @got, $_ foreach $a =~ /[^x]d(?{study $b})[^x]d/g;
147 @got = ();
151 push @got, $_ foreach $a =~ /[^x]d(?{study $b})[^x]d/g;
154 @got = ();
158 push @got, $_ foreach $a =~ /[^x]d(?{$a .= ''})[^x]d/g;