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

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4291 isGRAPH|5.006000|5.003007|p
13024 # undef isGRAPH macro
13135 # undef isGRAPH macro
13254 #ifndef isGRAPH
13255 # define isGRAPH(c) (isWORDCHAR(c) || isPUNCT(c)) macro
13307 # define isPRINT(c) (isGRAPH(c) || (c) == ' ')
13426 # define isGRAPH_A(c) isGRAPH(c)
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h961 =for apidoc Am|bool|isGRAPH|UV ch
1852 #define isGRAPH(c) isGRAPH_A(c) macro
H A Dtoke.c565 else if (isGRAPH(rv))
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6106 RETVAL = isGRAPH(ord);

Completed in 288 milliseconds