Searched refs:ASCII_IS_LOWER (Results 1 – 5 of 5) sorted by relevance
120 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro144 #define IS_LOWER(c) ASCII_IS_LOWER(c)
185 lc = ASCII_IS_LOWER(optc);190 lc = ASCII_IS_LOWER(optname[0]);
384 opt_lower = ASCII_IS_LOWER(p[0]);398 if (!opt_lower && ASCII_IS_LOWER(c))463 toggle_option(curropt, ASCII_IS_LOWER(c), "", optflag);
366 if (len == 0 && ASCII_IS_LOWER(c))
516 if (ASCII_IS_LOWER(c))