Searched refs:isPRINT_LC (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h379 # define isPRINT_LC(c) NXIsPrint((unsigned int)(c)) macro
398 # define isPRINT_LC(c) isprint((unsigned char)(c)) macro
415 # define isPRINT_LC(c) (isascii(c) && isprint(c)) macro
458 #define isPRINT_LC_uvchr(c) (c < 256 ? isPRINT_LC(c) : is_uni_print_lc(c))
H A Dregexec.c4456 (ANYOF_CLASS_TEST(n, ANYOF_PRINT) && isPRINT_LC(c)) ||
4457 (ANYOF_CLASS_TEST(n, ANYOF_NPRINT) && !isPRINT_LC(c)) ||
H A Dsv.c1837 if (ch & 128 && !isPRINT_LC(ch)) {
1862 else if (isPRINT_LC(ch))
H A Dtoke.c7801 else if (isPRINT_LC(yychar))

Completed in 70 milliseconds