Home
last modified time | relevance | path

Searched refs:isBLANK_L1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501300620 isBLANK_L1 # U
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1664 # define isBLANK_L1(c) generic_isCC_(c, CC_BLANK_) macro
1787 # define isBLANK_L1(c) (isBLANK_A(c) \
1791 # define isGRAPH_L1(c) (isPRINT_L1(c) && (! isBLANK_L1(c)))
1823 || isBLANK_L1(c) \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc469 # undef isBLANK_L1
632 __UNDEFINED__ isBLANK_L1(c) ( isBLANK(c) \
744 ? isBLANK_L1(c) \
1476 isBLANK_L1(ord)
1479 RETVAL = isBLANK_L1(ord);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007214 isBLANK_L1 # T
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13017 # undef isBLANK_L1
13236 #ifndef isBLANK_L1
13237 # define isBLANK_L1(c) ( isBLANK(c) \ macro
13508 ? isBLANK_L1(c) \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc255 Amd|bool|isBLANK_L1|UV ch
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod242 isblank(c) isBLANK(c) isBLANK_L1(c) isBLANK_LC(c)
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5157 RETVAL = isBLANK_L1(ord);