Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h2086 #define isWORDCHAR_LC(c) generic_LC_(c, CC_WORDCHAR_, isU8_WORDCHAR_LC) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13377 # define isWORDCHAR_LC(c) (isIDFIRST_LC(c) || isDIGIT_LC(c)) macro