Searched defs:isBLANK (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ | ||
| D | handy.h | 1849 #define isBLANK(c) isBLANK_A(c) macro |
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ | ||
| D | ppport.h | 13233 # define isBLANK(c) ((c) == ' ' || (c) == '\t') macro |