Searched defs:ASCII_ISLOWER (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c75 #define ASCII_ISLOWER(c) \ macro
/macosx-10.10/vim-55/src/
H A Dmacros.h107 # define ASCII_ISLOWER(c) islower(c) macro
112 # define ASCII_ISLOWER(c) ((c) < 0x7f && islower(c)) macro

Completed in 96 milliseconds