Searched refs:isGRAPH (Results 1 – 10 of 10) sorted by relevance
476 # undef isGRAPH576 # undef isGRAPH638 __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";
13024 # undef isGRAPH13135 # undef isGRAPH13254 #ifndef isGRAPH13255 # define isGRAPH(c) (isWORDCHAR(c) || isPUNCT(c)) macro13307 # define isPRINT(c) (isGRAPH(c) || (c) == ' ')13426 # define isGRAPH_A(c) isGRAPH(c)
222 isGRAPH # T
454 isGRAPH
253 isGRAPH # E
1852 #define isGRAPH(c) isGRAPH_A(c) macro
565 else if (isGRAPH(rv)) in S_tokereport()
280 Amd|bool|isGRAPH|UV ch
245 isgraph(c) isGRAPH(c) isGRAPH_L1(c) isGRAPH_LC(c)
6288 RETVAL = isGRAPH(ord);