Searched refs:ASCII_ISLOWER (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c75 #define ASCII_ISLOWER(c) \ macro
78 (ASCII_ISUPPER(c) || ASCII_ISLOWER(c))
80 (ASCII_ISDIGIT(c) || ASCII_ISUPPER(c) || ASCII_ISLOWER(c))
/macosx-10.9.5/vim-53/src/
H A Dmacros.h107 # define ASCII_ISLOWER(c) islower(c) macro
112 # define ASCII_ISLOWER(c) ((c) < 0x7f && islower(c)) macro
H A Dmark.c408 else if (ASCII_ISLOWER(c)) /* normal named mark */
824 lower = ASCII_ISLOWER(*p);
833 if (!(lower ? ASCII_ISLOWER(p[2])
H A Deval.c21267 return ASCII_ISLOWER(name[0]) && vim_strchr(name, ':') == NULL
22494 if (ASCII_ISLOWER(*p))
H A Dops.c890 else if (ASCII_ISLOWER(i))
H A Dex_docmd.c2861 if (ASCII_ISLOWER(*eap->cmd))

Completed in 324 milliseconds