Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501300637 isPUNCT_A # U
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1657 # 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.c1194 if (isPUNCT_A(start) || isSPACE_A(start)) { in S_put_range()
1195 while (start <= end && (isPUNCT_A(start) in S_put_range()
H A Dregcomp.c14715 if ( isPUNCT_A(name[i]) in S_parse_uniprop_string()
14722 && (name[i] != '\\' || (i < name_len && isPUNCT_A(name[i+1])))) in S_parse_uniprop_string()
H A Dlocale.c3933 if (UNLIKELY(cBOOL(isU8_PUNCT_LC(i)) != cBOOL(isPUNCT_A(i)))) { in S_new_ctype()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc495 # undef isPUNCT_A
716 __UNDEFINED__ isPUNCT_A(c) isPUNCT(c)
1764 isPUNCT_A(ord)
1767 RETVAL = isPUNCT_A(ord);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007251 isPUNCT_A # T
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13043 # undef isPUNCT_A
13453 #ifndef isPUNCT_A
13454 # define isPUNCT_A(c) isPUNCT(c) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc345 Amd|bool|isPUNCT_A|UV ch
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6374 RETVAL = isPUNCT_A(ord);