Home
last modified time | relevance | path

Searched defs:isPUNCT_L1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1674 # define isPUNCT_L1(c) generic_isCC_(c, CC_PUNCT_) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13337 # define isPUNCT_L1(c) ( isPUNCT(c) \ macro