Searched refs:isPRINT_L1 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h1074 =for apidoc_item ||isPRINT_L1|UV ch
1672 # define isPRINT_L1(c) generic_isCC_(c, CC_PRINT_) macro
1790 # define isCNTRL_L1(c) (FITS_IN_8_BITS(c) && (! isPRINT_L1(c)))
1791 # define isGRAPH_L1(c) (isPRINT_L1(c) && (! isBLANK_L1(c)))
1799 # define isPRINT_L1(c) (isPRINT_A(c) \
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4389 isPRINT_L1|5.013006|5.003007|p
13041 # undef isPRINT_L1 macro
13259 # define isGRAPH_L1(c) ( isPRINT_L1(c) \
13310 #ifndef isPRINT_L1
13311 # define isPRINT_L1(c) (FITS_IN_8_BITS(c) && ! isCNTRL_L1(c)) macro
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c10728 isdcl = isPRINT_L1(b[0]) && isPRINT_L1(b[1]) && isPRINT_L1(b[2]) && isPRINT_L1(b[3]);
10759 while (isPRINT_L1(b[i]) && isSPACE_L1(b[i]))
10763 while (isPRINT_L1(b[i]) && !isSPACE_L1(b[i])) {
10773 while (isPRINT_L1(b[i])) {
10778 while ((j > 0) && !isPRINT_L1(image_argv[j-1]))
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6041 RETVAL = isPRINT_L1(ord);

Completed in 292 milliseconds