Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dhandy.h1849 #define isBLANK(c) isBLANK_A(c) macro
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h13233 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro