Home
last modified time | relevance | path

Searched refs:isBLANK (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/lang/perl5.34/perl-5.34.0/
H A Ddquote.c300 while (*s < send && isBLANK(**s)) { in Perl_grok_bslash_o()
315 while (isBLANK(**s)) { in Perl_grok_bslash_o()
320 while (*s < e && isBLANK(*(e - 1))) { in Perl_grok_bslash_o()
340 while (isBLANK(**s)) { in Perl_grok_bslash_o()
486 while (*s < send && isBLANK(**s)) { in Perl_grok_bslash_x()
500 while (isBLANK(**s)) { in Perl_grok_bslash_x()
505 while (*s < e && isBLANK(*(e - 1))) { in Perl_grok_bslash_x()
532 while (isBLANK(**s)) { in Perl_grok_bslash_x()
H A Dregcomp.c11079 while (isBLANK(*RExC_parse)) { in S_handle_named_backref()
12607 while (s < e && isBLANK(*s)) { in Perl_regcurly()
12619 while (s < e && isBLANK(*s)) { in Perl_regcurly()
12640 while (s < e && isBLANK(*s)) { in Perl_regcurly()
13173 while (isBLANK(*RExC_parse)) { in S_grok_bslash_N()
15786 if (isBLANK(*p)) { in S_handle_possible_posix()
15881 if (isBLANK(*p)) { in S_handle_possible_posix()
15917 if (isBLANK(*p)) { in S_handle_possible_posix()
15940 if (isBLANK(*p)) { in S_handle_possible_posix()
16031 if (isBLANK(*p) ) { in S_handle_possible_posix()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddquote.c300 while (*s < send && isBLANK(**s)) { in Perl_grok_bslash_o()
315 while (isBLANK(**s)) { in Perl_grok_bslash_o()
320 while (*s < e && isBLANK(*(e - 1))) { in Perl_grok_bslash_o()
340 while (isBLANK(**s)) { in Perl_grok_bslash_o()
486 while (*s < send && isBLANK(**s)) { in Perl_grok_bslash_x()
500 while (isBLANK(**s)) { in Perl_grok_bslash_x()
505 while (*s < e && isBLANK(*(e - 1))) { in Perl_grok_bslash_x()
532 while (isBLANK(**s)) { in Perl_grok_bslash_x()
H A Dregcomp.c11108 while (isBLANK(*RExC_parse)) { in S_handle_named_backref()
12681 while (s < e && isBLANK(*s)) { in Perl_regcurly()
12693 while (s < e && isBLANK(*s)) { in Perl_regcurly()
12714 while (s < e && isBLANK(*s)) { in Perl_regcurly()
13247 while (isBLANK(*RExC_parse)) { in S_grok_bslash_N()
15860 if (isBLANK(*p)) { in S_handle_possible_posix()
15955 if (isBLANK(*p)) { in S_handle_possible_posix()
15991 if (isBLANK(*p)) { in S_handle_possible_posix()
16014 if (isBLANK(*p)) { in S_handle_possible_posix()
16105 if (isBLANK(*p) ) { in S_handle_possible_posix()
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D50060015 isBLANK # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D50060017 isBLANK # U
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500600128 isBLANK # U
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500600128 isBLANK # U
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500600128 isBLANK # U
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmisc326 # undef isBLANK
454 __UNDEFINED__ isBLANK(c) ((c) == ' ' || (c) == '\t')
473 __UNDEFINED__ isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
485 __UNDEFINED__ isBLANK_A isBLANK
860 RETVAL = isBLANK(ord);
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/t/
H A Dfilters.t90 print "# FILTER isBLANK(?person)\n";
98 FILTER isBLANK(?person) .
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dmisc418 # undef isBLANK
582 __UNDEFINED__ isBLANK(c) ((c) == ' ' || (c) == '\t')
583 __UNDEFINED__ isBLANK_L1(c) ( isBLANK(c) \
586 __UNDEFINED__ isBLANK_LC(c) isBLANK(c)
632 __UNDEFINED__ isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
657 __UNDEFINED__ isBLANK_A(c) isBLANK(c)
1411 isBLANK(ord)
1414 RETVAL = isBLANK(ord);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dmisc418 # undef isBLANK
582 __UNDEFINED__ isBLANK(c) ((c) == ' ' || (c) == '\t')
583 __UNDEFINED__ isBLANK_L1(c) ( isBLANK(c) \
586 __UNDEFINED__ isBLANK_LC(c) isBLANK(c)
632 __UNDEFINED__ isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
657 __UNDEFINED__ isBLANK_A(c) isBLANK(c)
1406 isBLANK(ord)
1409 RETVAL = isBLANK(ord);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dmisc456 # undef isBLANK
620 __UNDEFINED__ isBLANK(c) ((c) == ' ' || (c) == '\t')
621 __UNDEFINED__ isBLANK_L1(c) ( isBLANK(c) \
624 __UNDEFINED__ isBLANK_LC(c) isBLANK(c)
670 __UNDEFINED__ isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
695 __UNDEFINED__ isBLANK_A(c) isBLANK(c)
1449 isBLANK(ord)
1452 RETVAL = isBLANK(ord);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dmisc456 # undef isBLANK
620 __UNDEFINED__ isBLANK(c) ((c) == ' ' || (c) == '\t')
621 __UNDEFINED__ isBLANK_L1(c) ( isBLANK(c) \
624 __UNDEFINED__ isBLANK_LC(c) isBLANK(c)
670 __UNDEFINED__ isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
695 __UNDEFINED__ isBLANK_A(c) isBLANK(c)
1449 isBLANK(ord)
1452 RETVAL = isBLANK(ord);
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dppport.h5621 # undef isBLANK
5838 #ifndef isBLANK
5839 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
5843 # define isBLANK_L1(c) ( isBLANK(c) \
5849 # define isBLANK_LC(c) isBLANK(c)
5955 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
6020 # define isBLANK_A(c) isBLANK(c)
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dppport.h5621 # undef isBLANK
5838 #ifndef isBLANK
5839 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
5843 # define isBLANK_L1(c) ( isBLANK(c) \
5849 # define isBLANK_LC(c) isBLANK(c)
5955 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
6020 # define isBLANK_A(c) isBLANK(c)
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dppport.h5621 # undef isBLANK
5838 #ifndef isBLANK
5839 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
5843 # define isBLANK_L1(c) ( isBLANK(c) \
5849 # define isBLANK_LC(c) isBLANK(c)
5955 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
6020 # define isBLANK_A(c) isBLANK(c)
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/
H A Dppport.h5558 # undef isBLANK
5767 #ifndef isBLANK
5768 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
5772 # define isBLANK_L1(c) ( isBLANK(c) \
5870 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
5927 # define isBLANK_A(c) isBLANK(c)
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dppport.h5558 # undef isBLANK
5767 #ifndef isBLANK
5768 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
5772 # define isBLANK_L1(c) ( isBLANK(c) \
5870 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
5927 # define isBLANK_A(c) isBLANK(c)
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A Dppport.h1154 #undef isBLANK
1330 #ifndef isBLANK
1331 #define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
1334 #define isBLANK_L1(c) ( isBLANK(c) \
1339 #define isBLANK_LC(c) isBLANK(c)
1425 #define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
1477 #define isBLANK_A(c) isBLANK(c)
/dports/security/p5-Crypt-OpenSSL-X509/Crypt-OpenSSL-X509-1.910/
H A Dppport.h11898 # undef isBLANK
12115 #ifndef isBLANK
12116 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
12120 # define isBLANK_L1(c) ( isBLANK(c) \
12126 # define isBLANK_LC(c) isBLANK(c)
12232 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
12297 # define isBLANK_A(c) isBLANK(c)
/dports/devel/p5-DateTime/DateTime-1.54/
H A Dppport.h11898 # undef isBLANK
12115 #ifndef isBLANK
12116 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
12120 # define isBLANK_L1(c) ( isBLANK(c) \
12126 # define isBLANK_LC(c) isBLANK(c)
12232 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
12297 # define isBLANK_A(c) isBLANK(c)
/dports/devel/p5-Moose/Moose-2.2201/
H A Dppport.h12641 # undef isBLANK
12858 #ifndef isBLANK
12859 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
12863 # define isBLANK_L1(c) ( isBLANK(c) \
12869 # define isBLANK_LC(c) isBLANK(c)
12975 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
13040 # define isBLANK_A(c) isBLANK(c)
/dports/devel/p5-File-LibMagic/File-LibMagic-1.23/
H A Dppport.h11897 # undef isBLANK
12114 #ifndef isBLANK
12115 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
12119 # define isBLANK_L1(c) ( isBLANK(c) \
12125 # define isBLANK_LC(c) isBLANK(c)
12231 # define isSPACE(c) ( isBLANK(c) || (c) == '\n' || (c) == '\r' \
12296 # define isBLANK_A(c) isBLANK(c)

1234567891011