Searched refs:isPUNCT_A (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h998 =for apidoc_item ||isPUNCT_A|UV ch
1657 # define isPUNCT_A(c) generic_isCC_A_(c, CC_PUNCT_) macro
1735 # define isPUNCT_A(c) ((c) == '-' || (c) == '!' || (c) == '"' \
1746 # define isGRAPH_A(c) (isALPHANUMERIC_A(c) || isPUNCT_A(c))
1802 # define isPUNCT_L1(c) (isPUNCT_A(c) \
1859 #define isPUNCT(c) isPUNCT_A(c)
H A Dregcomp_debug.c1048 if (isPUNCT_A(start) || isSPACE_A(start)) {
1049 while (start <= end && (isPUNCT_A(start)
H A Dlocale.c2356 if (UNLIKELY(cBOOL(isU8_PUNCT_LC(i)) != cBOOL(isPUNCT_A(i)))) {
H A Dregcomp.c14611 if ( isPUNCT_A(name[i])
14618 && (name[i] != '\\' || (i < name_len && isPUNCT_A(name[i+1]))))
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4414 isPUNCT_A|5.013006|5.003007|p
13043 # undef isPUNCT_A macro
13453 #ifndef isPUNCT_A
13454 # define isPUNCT_A(c) isPUNCT(c) macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6192 RETVAL = isPUNCT_A(ord);

Completed in 325 milliseconds