Home
last modified time | relevance | path

Searched refs:isPRINT (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500400030 isPRINT # U
/dports/textproc/p5-XString/XString-0.005/
H A DXString.xs74 else if (isPRINT(*s)) in cstring()
/dports/lang/perl5.32/perl-5.32.1/
H A Ddquote.c140 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
144 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
/dports/lang/perl5.34/perl-5.34.0/
H A Ddquote.c140 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
144 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddquote.c140 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
144 if (isPRINT(*first_bad)) { in Perl_form_alien_digit_msg()
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500400024 isPRINT # E
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmisc342 # undef isPRINT
358 __UNDEFINED__ isASCII(c) (isCNTRL(c) || isPRINT(c))
419 /* Hint: isPRINT
424 # undef isPRINT
460 __UNDEFINED__ isPRINT(c) (isGRAPH(c) || (c) == ' ')
493 __UNDEFINED__ isPRINT_A isPRINT
1056 RETVAL = isPRINT(ord);
/dports/lang/perl5.34/perl-5.34.0/dist/Data-Dumper/
H A DDumper.xs34 #ifndef isPRINT
35 # define isPRINT(c) (((UV) (c)) >= ' ' && ((UV) (c)) < 127) macro
324 if (isPRINT(k)) { in esc_q_utf8()
450 if (isPRINT(k)) { in esc_q_utf8()
/dports/lang/perl5.30/perl-5.30.3/dist/Data-Dumper/
H A DDumper.xs34 #ifndef isPRINT
35 # define isPRINT(c) (((UV) (c)) >= ' ' && ((UV) (c)) < 127) macro
324 if (isPRINT(k)) { in esc_q_utf8()
450 if (isPRINT(k)) { in esc_q_utf8()
/dports/lang/perl5.32/perl-5.32.1/dist/Data-Dumper/
H A DDumper.xs34 #ifndef isPRINT
35 # define isPRINT(c) (((UV) (c)) >= ' ' && ((UV) (c)) < 127) macro
324 if (isPRINT(k)) { in esc_q_utf8()
450 if (isPRINT(k)) { in esc_q_utf8()
/dports/astro/p5-Astro-Hipparcos/Astro-Hipparcos-0.09/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dppport.h4179 #ifndef isPRINT
4180 # define isPRINT(c) isprint(c) macro
4198 # undef isPRINT
4216 #ifndef isPRINT
4217 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7125 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Math-Geometry-Planar-GPC-PolygonXS-0.052/
H A Dppport.h4179 #ifndef isPRINT
4180 # define isPRINT(c) isprint(c) macro
4198 # undef isPRINT
4216 #ifndef isPRINT
4217 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7125 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Math-Int128/Math-Int128-0.22/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Math-Int64/Math-Int64-0.54/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Text-AsciiTeX/Text-AsciiTeX-0.05/src/perl/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Math-Random-MT-Auto/Math-Random-MT-Auto-6.23/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/math/p5-Statistics-CaseResampling/Statistics-CaseResampling-0.15/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/security/libscep/libscep-0.09/src/clients/perl/Crypt-LibSCEP/
H A Dppport.h4179 #ifndef isPRINT
4180 # define isPRINT(c) isprint(c) macro
4198 # undef isPRINT
4216 #ifndef isPRINT
4217 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7125 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/archivers/p5-Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.101/
H A Dppport.h4328 #ifndef isPRINT
4329 # define isPRINT(c) isprint(c) macro
4347 # undef isPRINT
4365 #ifndef isPRINT
4366 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7279 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/archivers/p5-Archive-Extract-Libarchive/Archive-Extract-Libarchive-0.38/lib/Archive/Extract/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/archivers/p5-Compress-Bzip2/Compress-Bzip2-2.24/
H A Dppport.h4179 #ifndef isPRINT
4180 # define isPRINT(c) isprint(c) macro
4198 # undef isPRINT
4216 #ifndef isPRINT
4217 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7125 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plperl/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/
H A Dppport.h4362 #ifndef isPRINT
4363 # define isPRINT(c) isprint(c) macro
4381 # undef isPRINT
4405 #ifndef isPRINT
4406 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
7319 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plperl/
H A Dppport.h4004 #ifndef isPRINT
4005 # define isPRINT(c) isprint(c) macro
4023 # undef isPRINT
4041 #ifndef isPRINT
4042 # define isPRINT(c) (((c) >= 32 && (c) < 127)) macro
6930 if (c == dq || c == esc || !isPRINT(c)) { in DPPP_()

12345678910>>...13