Home
last modified time | relevance | path

Searched defs:isGRAPH (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h1852 #define isGRAPH(c) isGRAPH_A(c) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13255 # define isGRAPH(c) (isWORDCHAR(c) || isPUNCT(c)) macro