Home
last modified time | relevance | path

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

/openbsd/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/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs203 # define PERL_UNUSED_ARG(x) PERL_UNUSED_VAR(x) macro
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h280 # define PERL_UNUSED_ARG(x) ((void)x) macro
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h111 # define PERL_UNUSED_ARG(x) ((void)sizeof(x)) macro
H A Dperl.h544 # define PERL_UNUSED_ARG(x) ((void)sizeof(x)) macro
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs159 # define PERL_UNUSED_ARG(x) ((void)x) macro
/openbsd/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