Home
last modified time | relevance | path

Searched refs:ASCII_IS_LOWER (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/less/
Dless.h120 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
144 #define IS_LOWER(c) ASCII_IS_LOWER(c)
Doption.c185 lc = ASCII_IS_LOWER(optc);
190 lc = ASCII_IS_LOWER(optname[0]);
Dcommand.c384 opt_lower = ASCII_IS_LOWER(p[0]);
398 if (!opt_lower && ASCII_IS_LOWER(c))
463 toggle_option(curropt, ASCII_IS_LOWER(c), "", optflag);
Dmain.c366 if (len == 0 && ASCII_IS_LOWER(c))
Dopttbl.c516 if (ASCII_IS_LOWER(c))