Home
last modified time | relevance | path

Searched refs:SIMPLE_IS_LOWER (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/less/
Dless.h108 #define SIMPLE_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
114 #define islower(c) SIMPLE_IS_LOWER(c)
Doption.c147 lc = SIMPLE_IS_LOWER(optc);
154 lc = SIMPLE_IS_LOWER(optname[0]);
Dmain.c346 if (len == 0 && SIMPLE_IS_LOWER(c))
Dopttbl.c553 if (SIMPLE_IS_LOWER(c))