Searched refs:xsubpp (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | xsubpp.PL | 36 my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "ExtUtils"), "xsubpp"); 38 if (open(XSUBPP, $xsubpp)) { 42 die "$0: cannot find '$xsubpp'\n";
|
H A D | Makefile | 51 xsubpp.PL
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Mksymlists.pm | 248 file to match the changes made by F<xsubpp>. In addition, if 251 just as xsubpp does. (If a B<boot_E<lt>pkgE<gt>> function is
|
H A D | xsubpp | 5 xsubpp - compiler to convert Perl XS code into C code 9 B<xsubpp> [B<-v>] [B<-C++>] [B<-except>] [B<-s pattern>] [B<-prototypes>] [B<-noversioncheck>] [B<-nolinenumbers>] [B<-nooptimize>] [B<-typemap typemap>] ... file.xs 15 I<xsubpp> will compile XS code into C code by embedding the constructs 53 Prints the I<xsubpp> version number to standard output, then exits. 57 By default I<xsubpp> will not automatically generate prototype code for 75 B<xsubpp> of 5.005 and earlier operated. 121 # Establish set of global symbols with max length 28, since xsubpp 129 $usage = "Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap typemap]... file.xs\n"; 167 (print "xsubpp version $XSUBPP_version\n"), exit 324 package xsubpp [all...] |
H A D | MM_VMS.pm | 729 Use VMS-style quoting on xsubpp command line. 740 if( -r $self->catfile($xsdir, "xsubpp") ) { 775 XSUBPP = \$(PERLRUN) \$(XSUBPPDIR)xsubpp
|
H A D | MM_Unix.pm | 3939 Determines typemaps, xsubpp version, prototype behaviour. 3950 if( -r $self->catfile($xsdir, "xsubpp") ) { 3979 XSUBPP = \$(XSUBPPDIR)/xsubpp
|
H A D | MakeMaker.pm | 2084 String of options to pass to xsubpp. This might include C<-C++> or 2091 C<-noprototypes>. See the xsubpp documentation for details. MakeMaker
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
H A D | POSIX.xs | 1768 #XXX: if $xsubpp::WantOptimize is always the default
|
Completed in 74 milliseconds