Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dmain.c561 c = ASCII_TO_LOWER(c); in sprefix()
565 sc = ASCII_TO_LOWER(sc); in sprefix()
H A Dless.h128 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro
152 #define TO_LOWER(c) (is_ascii_char(c) ? (LWCHAR) ASCII_TO_LOWER(c) : (LWCHAR) (c))
H A Dpattern.c280 cp = ASCII_TO_LOWER(cp); in match()
H A Dsearch.c1962 *p = ASCII_TO_LOWER(*p); in osc8_open()