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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h336 #define isBLANK(c) ((c) == ' ' || (c) == '\t') macro
424 #define isBLANK_LC(c) isBLANK(c) /* could be wrong */
446 #define isBLANK_uni(c) isBLANK(c) /* could be wrong */
462 #define isBLANK_LC_uni(c) isBLANK(c) /* could be wrong */
486 #define isBLANK_utf8(c) isBLANK(c) /* could be wrong */
502 #define isBLANK_LC_utf8(c) isBLANK(c) /* could be wrong */

Completed in 34 milliseconds