Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc476 # undef isGRAPH
576 # undef isGRAPH
638 __UNDEFINED__ isGRAPH(c) (isWORDCHAR(c) || isPUNCT(c))
657 __UNDEFINED__ isPRINT(c) (isGRAPH(c) || (c) == ' ')
709 __UNDEFINED__ isGRAPH_A(c) isGRAPH(c)
1740 isGRAPH(ord)
1743 RETVAL = isGRAPH(ord);
2869 … $skip = "Perls earlier than 5.11.3 considered high space characters as isPRINT and isGRAPH";
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13024 # undef isGRAPH
13135 # undef isGRAPH
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/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007222 isGRAPH # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges454 isGRAPH
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000253 isGRAPH # E
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1852 #define isGRAPH(c) isGRAPH_A(c) macro
H A Dtoke.c565 else if (isGRAPH(rv)) in S_tokereport()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc280 Amd|bool|isGRAPH|UV ch
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod245 isgraph(c) isGRAPH(c) isGRAPH_L1(c) isGRAPH_LC(c)
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6288 RETVAL = isGRAPH(ord);