Searched refs:PERL_SHORT_MAX (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h6951 PERL_SHORT_MAX|5.003007|5.003007|p
11773 #ifndef PERL_SHORT_MAX
11775 # define PERL_SHORT_MAX ((short)SHORT_MAX) macro
11778 # define PERL_SHORT_MAX ((short)MAXSHORT) macro
11781 # define PERL_SHORT_MAX ((short)SHRT_MAX) macro
11783 # define PERL_SHORT_MAX ((short) (PERL_USHORT_MAX >> 1)) macro
11799 # define PERL_SHORT_MIN (-PERL_SHORT_MAX - ((3 & -1) == 3))
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h242 # define I16_MAX PERL_SHORT_MAX
H A Dperl.h3175 #define PERL_SHORT_MAX ((short)SHRT_MAX) macro
3206 =for apidoc_item |short|PERL_SHORT_MAX

Completed in 291 milliseconds