Home
last modified time | relevance | path

Searched refs:is_posix_CNTRL (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1962 #define is_posix_CNTRL(c) iscntrl((U8) (c)) macro
1993 (isgraph((U8) (c)) && ! is_posix_CNTRL(c))
1997 (isprint((U8) (c)) && ! is_posix_CNTRL(c))
1999 (ispunct((U8) (c)) && ! is_posix_CNTRL(c))
2048 #define isU8_CNTRL_LC(c) WRAP_U8_LC_((c), CC_CNTRL_, is_posix_CNTRL)