Lines Matching refs:item
152 my $item = shift;
154 $item->exists()
155 && platform_filter($item)
156 && feature_filter($item);
168 my $item = shift;
169 my %platforms = ( $item->platforms() );
174 # For any item platform tag, return the equivalence with the
176 # if the item platform tag is true
191 my $item = shift;
192 my @features = ( $item->features() );