Home
last modified time | relevance | path

Searched refs:isCNTRL_L1 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501300622 isCNTRL_L1 # U
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h1669 # define isCNTRL_L1(c) generic_isCC_(c, CC_CNTRL_) macro
1790 # define isCNTRL_L1(c) (FITS_IN_8_BITS(c) && (! isPRINT_L1(c)))
2169 #define isCNTRL_uvchr(c) isCNTRL_L1(c) /* All controls are in Latin1 */
2351 (__ASSERT_(_utf8_safe_assert(p, e)) isCNTRL_L1(*(p)))
Dlocale.c9556 ? ! isCNTRL_L1(j) in Perl_mem_collxfrm_()
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h13020 # undef isCNTRL_L1
13094 #ifndef isCNTRL_L1
13095 # define isCNTRL_L1(c) ((WIDEST_UTYPE) (c) < ' ' \ macro
13178 #ifndef isCNTRL_L1
13179 # define isCNTRL_L1(c) ( (WIDEST_UTYPE) (c) < ' ' \ macro
13311 # define isPRINT_L1(c) (FITS_IN_8_BITS(c) && ! isCNTRL_L1(c))
17558 # define UTF8_IS_INVARIANT(c) (isASCII(c) || isCNTRL_L1(c))
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc472 # undef isCNTRL_L1
543 __UNDEFINED__ isCNTRL_L1(c) ((WIDEST_UTYPE) (c) < ' ' \
614 __UNDEFINED__ isCNTRL_L1(c) ( (WIDEST_UTYPE) (c) < ' ' \
658 __UNDEFINED__ isPRINT_L1(c) (FITS_IN_8_BITS(c) && ! isCNTRL_L1(c))
1868 isCNTRL_L1(ord)
1871 RETVAL = isCNTRL_L1(ord);
Dutf8125 __UNDEFINED__ UTF8_IS_INVARIANT(c) (isASCII(c) || isCNTRL_L1(c))
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007218 isCNTRL_L1 # T
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc264 Amd|bool|isCNTRL_L1|UV ch
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod243 iscntrl(c) isCNTRL(c) isCNTRL_L1(c) isCNTRL_LC(c)
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs6144 RETVAL = isCNTRL_L1(ord);