Searched refs:isSPACE_LC (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h372 # define isSPACE_LC(c) NXIsSpace((unsigned int)(c)) macro
391 # define isSPACE_LC(c) isspace((unsigned char)(c)) macro
408 # define isSPACE_LC(c) (isascii(c) && isspace(c)) macro
423 #define isPSXSPC_LC(c) (isSPACE_LC(c) || (c) == '\v')
451 #define isSPACE_LC_uvchr(c) (c < 256 ? isSPACE_LC(c) : is_uni_space_lc(c))
H A Dregexec.c1407 if (isSPACE_LC(*s)) {
1465 if (!isSPACE_LC(*s)) {
2666 ? isSPACE(nextchr) : isSPACE_LC(nextchr)))
2672 ? isSPACE(nextchr) : isSPACE_LC(nextchr)))
2696 ? isSPACE(nextchr) : isSPACE_LC(nextchr))
4167 while (scan < loceol && isSPACE_LC(*scan))
4196 while (scan < loceol && !isSPACE_LC(*scan))
4440 (ANYOF_CLASS_TEST(n, ANYOF_SPACE) && isSPACE_LC(c)) ||
4441 (ANYOF_CLASS_TEST(n, ANYOF_NSPACE) && !isSPACE_LC(c)) ||
H A Dpp.c4474 while (isSPACE_LC(*s))
4494 ? isSPACE_LC(*m) : isSPACE(*m)))
4510 ? isSPACE_LC(*s) : isSPACE(*s)))

Completed in 33 milliseconds