Searched refs:isCNTRL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h1481 isCNTRL|5.006000||p
3996 #ifndef isCNTRL
3997 # define isCNTRL(c) iscntrl(c) macro
4033 #ifndef isCNTRL
4034 # define isCNTRL(c) ((c) < ' ' || (c) == 127) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h1544 isCNTRL|5.006000||p
4171 #ifndef isCNTRL
4172 # define isCNTRL(c) iscntrl(c) macro
4208 #ifndef isCNTRL
4209 # define isCNTRL(c) ((U8) (c) < ' ' || (c) == 127) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h1544 isCNTRL|5.006000||p
4171 #ifndef isCNTRL
4172 # define isCNTRL(c) iscntrl(c) macro
4208 #ifndef isCNTRL
4209 # define isCNTRL(c) ((U8) (c) < ' ' || (c) == 127) macro

Completed in 87 milliseconds