Lines Matching refs:item

73 =item B<-A>, B<--omit-autoload>
78 =item B<-B>, B<--beta-version>
83 =item B<-C>, B<--omit-changes>
88 =item B<-F>, B<--cpp-flags>=I<addflags>
94 =item B<-M>, B<--func-mask>=I<regular expression>
98 =item B<-O>, B<--overwrite-ok>
102 =item B<-P>, B<--omit-pod>
106 =item B<-X>, B<--omit-XS>
111 =item B<-a>, B<--gen-accessors>
125 =item B<-b>, B<--compat-version>=I<version>
138 =item B<-c>, B<--omit-constant>
143 =item B<-d>, B<--debugging>
147 =item B<-e>, B<--omit-enums>=[I<regular expression>]
165 =item B<-f>, B<--force>
170 =item B<-g>, B<--global>
175 =item B<-h>, B<-?>, B<--help>
179 =item B<-k>, B<--omit-const-func>
184 =item B<-m>, B<--gen-tied-var>
189 =item B<-n>, B<--name>=I<module_name>
193 =item B<-o>, B<--opaque-re>=I<regular expression>
209 =item B<-p>, B<--remove-prefix>=I<prefix>
216 =item B<-s>, B<--const-subs>=I<sub1,sub2>
223 =item B<-t>, B<--default-type>=I<type>
230 =item B<--use-new-tests>
237 =item B<--use-old-tests>
241 =item B<--skip-exporter>
245 =item B<--skip-ppport>
249 =item B<--skip-autoloader>
254 =item B<--skip-strict>
258 =item B<--skip-warnings>
262 =item B<-v>, B<--version>=I<version>
268 =item B<-x>, B<--autogen-xsubs>
364 =item Find the directory name
374 =item Copy C files
378 =item Create the extension
387 =item Archive and test
397 =item Hints
902 for my $item (split /,/, $enum_body) {
903 my ($key, $declared_val) = $item =~ /(\w*)\s*=\s*(.*)/;
1254 #=item $TEMPLATE_VERSION
1640 my $item = shift @items;
1641 if ($item->[0] =~ /_ANON/) {
1642 if (defined $item->[2]) {
1644 @$_[0, 1], "$item->[2]_$_->[2]", "$item->[2].$_->[2]",
1645 ], @{ $structs{$item->[0]} };
1647 push @items, @{ $structs{$item->[0]} };
1650 my $type = normalize_type($item->[0]);
1654 $item->[2](THIS, __value = NO_INIT)
1660 THIS->$item->[-1] = __value;
1662 $type eq $ttype ? "THIS->$item->[-1]" : "&(THIS->$item->[-1])"
1680 my $item = shift @items;
1681 if ($item->[0] =~ /_ANON/) {
1682 if (defined $item->[2]) {
1684 @$_[0, 1], "$item->[2]_$_->[2]", "$item->[2].$_->[2]",
1685 ], @{ $structs{$item->[0]} };
1687 push @items, @{ $structs{$item->[0]} };
1690 push @list, $item->[2];
1714 #=item C<\$object_of_type_$name-E<gt>_to_ptr()>
1718 #=item C<$name-E<gt>new()>
1723 #=item C<$methods>