Home
last modified time | relevance | path

Searched refs:isCNTRL (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmisc328 # undef isCNTRL
358 __UNDEFINED__ isASCII(c) (isCNTRL(c) || isPRINT(c))
362 __UNDEFINED__ isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \
413 /* Hint: isCNTRL
415 # undef isCNTRL
445 __UNDEFINED__ isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127)
486 __UNDEFINED__ isCNTRL_A isCNTRL
1042 RETVAL = isCNTRL(ord);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/
H A DChanges34 * Fixed isCNTRL on early perls to know that DEL is a control
145 * Fix isASCII and isCNTRL for <5.6.0
201 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
213 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
309 isCNTRL
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/
H A DChanges104 * Fixed isCNTRL on early perls to know that DEL is a control
215 * Fix isASCII and isCNTRL for <5.6.0
271 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
283 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
379 isCNTRL
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/
H A DChanges140 * Fixed isCNTRL on early perls to know that DEL is a control
251 * Fix isASCII and isCNTRL for <5.6.0
307 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
319 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
415 isCNTRL
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/
H A DChanges147 * Fixed isCNTRL on early perls to know that DEL is a control
258 * Fix isASCII and isCNTRL for <5.6.0
314 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
326 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
422 isCNTRL
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/
H A DChanges147 * Fixed isCNTRL on early perls to know that DEL is a control
258 * Fix isASCII and isCNTRL for <5.6.0
314 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
326 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
422 isCNTRL
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/
H A Dppport.h5561 # undef isCNTRL
5605 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
5610 #ifndef isCNTRL
5611 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
5682 # undef isCNTRL
5717 #ifndef isCNTRL
5718 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127)
5722 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
5931 # define isCNTRL_A(c) isCNTRL(c)
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dppport.h5561 # undef isCNTRL
5605 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
5610 #ifndef isCNTRL
5611 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
5682 # undef isCNTRL
5717 #ifndef isCNTRL
5718 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127)
5722 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
5931 # define isCNTRL_A(c) isCNTRL(c)
/dports/archivers/p5-Compress-Raw-Zlib/Compress-Raw-Zlib-2.101/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/databases/p5-BerkeleyDB/BerkeleyDB-0.64/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/databases/p5-DBI/DBI-1.643/
H A Ddbipport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/net/p5-MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.000008/c/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/security/p5-CryptX/CryptX-0.075/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/devel/p5-bareword-filehandles/bareword-filehandles-0.007/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/devel/p5-Sub-Name/Sub-Name-0.26/
H A Dppport.h3738 # undef isCNTRL
3768 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
3773 #ifndef isCNTRL
3774 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
3834 # undef isCNTRL
3866 #ifndef isCNTRL
3867 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
3980 # define isCNTRL_A isCNTRL
/dports/devel/p5-Tie-Hash-Indexed/Tie-Hash-Indexed-0.08/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/lang/p5-signatures/signatures-0.14/
H A Dppport.h4376 # undef isCNTRL
4406 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
4411 #ifndef isCNTRL
4412 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
4472 # undef isCNTRL
4504 #ifndef isCNTRL
4505 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
4618 # define isCNTRL_A isCNTRL
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dmisc421 # undef isCNTRL
462 __UNDEFINED__ isASCII(c) (isCNTRL(c) || isPRINT(c))
466 __UNDEFINED__ isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \
531 # undef isCNTRL
564 __UNDEFINED__ isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127)
565 __UNDEFINED__ isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
658 __UNDEFINED__ isCNTRL_A(c) isCNTRL(c)
1659 isCNTRL(ord)
1662 RETVAL = isCNTRL(ord);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dmisc421 # undef isCNTRL
462 __UNDEFINED__ isASCII(c) (isCNTRL(c) || isPRINT(c))
466 __UNDEFINED__ isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \
531 # undef isCNTRL
564 __UNDEFINED__ isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127)
565 __UNDEFINED__ isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
658 __UNDEFINED__ isCNTRL_A(c) isCNTRL(c)
1654 isCNTRL(ord)
1657 RETVAL = isCNTRL(ord);
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dppport.h5624 # undef isCNTRL
5665 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
5670 #ifndef isCNTRL
5671 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
5745 # undef isCNTRL
5780 #ifndef isCNTRL
5781 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
5785 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
6024 # define isCNTRL_A(c) isCNTRL(c)
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dppport.h5624 # undef isCNTRL
5665 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
5670 #ifndef isCNTRL
5671 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
5745 # undef isCNTRL
5780 #ifndef isCNTRL
5781 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
5785 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
6024 # define isCNTRL_A(c) isCNTRL(c)
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dppport.h5624 # undef isCNTRL
5665 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
5670 #ifndef isCNTRL
5671 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
5745 # undef isCNTRL
5780 #ifndef isCNTRL
5781 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
5785 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
6024 # define isCNTRL_A(c) isCNTRL(c)
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500600071 isCNTRL # U
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A Dppport.h1157 #undef isCNTRL
1198 #define isASCII(c) (isCNTRL(c) || isPRINT(c))
1200 #ifndef isCNTRL
1201 #define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
1262 #undef isCNTRL
1286 #ifndef isCNTRL
1287 #define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
1290 #define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
1480 #define isCNTRL_A(c) isCNTRL(c)
/dports/security/p5-Crypt-OpenSSL-X509/Crypt-OpenSSL-X509-1.910/
H A Dppport.h11901 # undef isCNTRL
11942 # define isASCII(c) (isCNTRL(c) || isPRINT(c))
11947 #ifndef isCNTRL
11948 # define isCNTRL(c) ( (c) == '\0' || (c) == '\a' || (c) == '\b' \ macro
12022 # undef isCNTRL
12057 #ifndef isCNTRL
12058 # define isCNTRL(c) ((WIDEST_UTYPE) (c) < ' ' || (c) == 127) macro
12062 # define isCNTRL_L1(c) (isCNTRL(c) || ( (WIDEST_UTYPE) (c) <= 0x9F \
12301 # define isCNTRL_A(c) isCNTRL(c)

1234567891011