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

/freebsd-10.0-release/contrib/less/
H A Dless.h119 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
143 #define IS_LOWER(c) ASCII_IS_LOWER(c)
H A Doption.c182 lc = ASCII_IS_LOWER(optc);
187 lc = ASCII_IS_LOWER(optname[0]);
H A Dmain.c369 if (len == 0 && ASCII_IS_LOWER(c))
H A Dopttbl.c516 if (ASCII_IS_LOWER(c))
H A Dcommand.c379 opt_lower = ASCII_IS_LOWER(p[0]);
393 if (!opt_lower && ASCII_IS_LOWER(c))
458 toggle_option(curropt, ASCII_IS_LOWER(c), "", optflag);

Completed in 188 milliseconds