Searched refs:isCNTRL_LC (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h377 # define isCNTRL_LC(c) NXIsCntrl((unsigned int)(c)) macro
396 # define isCNTRL_LC(c) iscntrl((unsigned char)(c)) macro
413 # define isCNTRL_LC(c) (isascii(c) && iscntrl(c)) macro
456 #define isCNTRL_LC_uvchr(c) (c < 256 ? isCNTRL_LC(c) : is_uni_cntrl_lc(c))
H A Dregexec.c4450 (ANYOF_CLASS_TEST(n, ANYOF_CNTRL) && isCNTRL_LC(c)) ||
4451 (ANYOF_CLASS_TEST(n, ANYOF_NCNTRL) && !isCNTRL_LC(c)) ||

Completed in 205 milliseconds