Home
last modified time | relevance | path

Searched refs:PERL_UNUSED_DECL (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/
DUtil.xs113 #ifndef PERL_UNUSED_DECL
116 # define PERL_UNUSED_DECL macro
118 # define PERL_UNUSED_DECL __attribute__((unused)) macro
121 # define PERL_UNUSED_DECL macro
126 #define dNOOP extern int Perl___notused PERL_UNUSED_DECL
DChanges16 * Update XS code to declare PERL_UNUSED_DECL conditionally
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dmisc21 PERL_UNUSED_DECL
76 #ifndef PERL_UNUSED_DECL
79 # define PERL_UNUSED_DECL
81 # define PERL_UNUSED_DECL __attribute__((unused))
84 # define PERL_UNUSED_DECL
89 __UNDEFINED__ dNOOP extern int Perl___notused PERL_UNUSED_DECL
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.h37 #undef PERL_UNUSED_DECL
38 #define PERL_UNUSED_DECL macro
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs88 #ifndef PERL_UNUSED_DECL
91 # define PERL_UNUSED_DECL macro
93 # define PERL_UNUSED_DECL __attribute__((unused)) macro
96 # define PERL_UNUSED_DECL macro
101 #define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D500700271 PERL_UNUSED_DECL # added by devel/scanprov
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h3035 #ifndef PERL_UNUSED_DECL
3038 # define PERL_UNUSED_DECL macro
3040 # define PERL_UNUSED_DECL __attribute__((unused)) macro
3043 # define PERL_UNUSED_DECL macro
3051 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h3035 #ifndef PERL_UNUSED_DECL
3038 # define PERL_UNUSED_DECL macro
3040 # define PERL_UNUSED_DECL __attribute__((unused)) macro
3043 # define PERL_UNUSED_DECL macro
3051 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/mirbsd/src/gnu/usr.bin/perl/
Dperl.h110 # define pTHX register struct perl_thread *thr PERL_UNUSED_DECL
118 # define pTHX register PerlInterpreter *my_perl PERL_UNUSED_DECL
159 # define PERL_UNUSED_DECL macro
161 # define PERL_UNUSED_DECL __attribute__((__unused__)) macro
165 #ifndef PERL_UNUSED_DECL
167 # define PERL_UNUSED_DECL __attribute__unused__ macro
169 # define PERL_UNUSED_DECL macro
199 #define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
Dmalloc.c412 # define dTHX extern int Perl___notused PERL_UNUSED_DECL
DChanges6625 Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
6629 Updaate ppport.h to get a conditional PERL_UNUSED_DECL
6632 Update XS code to declare PERL_UNUSED_DECL conditionally
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DChanges8 * check definedness of PERL_UNUSED_DECL
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs97 #ifndef PERL_UNUSED_DECL
100 # define PERL_UNUSED_DECL macro
102 # define PERL_UNUSED_DECL __attribute__((unused)) macro
105 # define PERL_UNUSED_DECL macro
110 #define dNOOP extern int Perl___notused PERL_UNUSED_DECL