Home
last modified time | relevance | path

Searched defs:PERL_UNUSED_ARG (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSUsage.xs10 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x)) macro
12 # define PERL_UNUSED_ARG(x) ((void)x) macro
H A DXSMore.xs24 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x)) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs203 # define PERL_UNUSED_ARG(x) PERL_UNUSED_VAR(x) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h280 # define PERL_UNUSED_ARG(x) ((void)x) macro
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs159 # define PERL_UNUSED_ARG(x) ((void)x) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12660 # define PERL_UNUSED_ARG(x) NOTE(ARGUNUSED(x)) macro
12662 # define PERL_UNUSED_ARG(x) ((void)x) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h544 # define PERL_UNUSED_ARG( global() macro