Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1671 # define isLOWER_L1(c) generic_isCC_(c, CC_LOWER_) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13289 # define isLOWER_L1(c) ( isLOWER(c) \ macro