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

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h966 =for apidoc_item ||isGRAPH_L1|UV ch
1670 # define isGRAPH_L1(c) generic_isCC_(c, CC_GRAPH_) macro
1791 # define isGRAPH_L1(c) (isPRINT_L1(c) && (! isBLANK_L1(c)))
H A Dtoke.c10374 : (isGRAPH_L1(*s)
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4294 isGRAPH_L1|5.013006|5.003007|p
13026 # undef isGRAPH_L1 macro
13258 #ifndef isGRAPH_L1
13259 # define isGRAPH_L1(c) ( isPRINT_L1(c) \ macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6120 RETVAL = isGRAPH_L1(ord);

Completed in 376 milliseconds