Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1992 # define is_posix_GRAPH(c) \ macro
2017 # define is_posix_GRAPH(c) (isgraph((U8) (c)) && ! isspace((U8) (c)))
2019 # define is_posix_GRAPH(c) isgraph((U8) (c))
2050 #define isU8_GRAPH_LC(c) WRAP_U8_LC_((c), CC_GRAPH_, is_posix_GRAPH)