Lines Matching refs:in

14 # This forces PL files to create target in same directory as PL file.
54 #define statement which was in the C header files.
63 libraries should be specified in the form -lm -lposix, etc, just as on
66 by including arguments of the form B<-L/another/library/path> in the
91 function declarations. Writes these options in the generated F<Makefile.PL>
149 If I<regular expression> is not given, skip all constants that are defined in
150 a C enumeration. Otherwise skip only those constants that are defined in an
168 not found in standard include directories.
172 Include code for safely storing static data in the .xs file.
181 For function arguments declared as C<const>, omit the const attribute in the
186 B<Experimental>: for each variable declared in the header file(s), declare
201 with these handles in OO-way, as in C<$handle-E<gt>do_something()>.
234 5.7.2 . C<Test::More> will be added to PREREQ_PM in the generated
270 Automatically generate XSUBs basing on function declarations in the
278 result in XSUB-declarations/typemap-entries which need
311 # in foo.h.
319 # Makefile.PL will look for library -lrpc in
334 # Make XS without defines in perl.h, but with function declarations
342 # Same with function declaration in proto.h as visible from perl.h.
355 makes this functionality accessable in Perl? The example below
360 in L<"OPTIONS">.
403 Do not forget to edit the documentation in the generated F<.pm> file.
530 -e, --omit-enums Omit constants from enums in the constant() function.
535 -g, --global Include code for safely storing static data in the .xs file.
547 --use-new-tests Use Test::More in backward compatible modules
559 extension, e.g. -lm would try to link in the math library.
642 usage "You must provide the backwards compatibility version in X.Y.Z form. "
805 # (so know the name of the extension), but the header may be in the
829 die "Can't find $tmp_path_h in @dirs\n"
839 # including things stuck in quoted string constants.
1229 $author =~ s/,.*$//; # in case of sub fields
1337 #in UNIX), or any relevant external documentation such as RFCs or
1393 /* Put Global Data in here */
1410 # This converts only the guys which do not have trailing part in the typedef
1427 # This converts only the guys which do not have trailing part in the typedef
1480 /* If any of the fields in the my_cxt_t struct need
1709 #packed string with the C structure. Keep in mind that \$buffer should
1963 Attempting to test constant code in $ext$modpname/Makefile.PL:
1967 Please report the circumstances of this bug in h2xs version $H2XS_VERSION
1984 It appears that the code in $ext$modpname/Makefile.PL does not autogenerate
1988 Please report the circumstances of this bug in h2xs version $H2XS_VERSION