Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1851 #define isDIGIT(c) isDIGIT_A(c) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13247 # define isDIGIT(c) inRANGE(c, '0', '9') macro