Searched refs:ASCII_TO_LOWER (Results 1 – 4 of 4) sorted by relevance
561 c = ASCII_TO_LOWER(c); in sprefix()565 sc = ASCII_TO_LOWER(sc); in sprefix()
128 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro152 #define TO_LOWER(c) (is_ascii_char(c) ? (LWCHAR) ASCII_TO_LOWER(c) : (LWCHAR) (c))
280 cp = ASCII_TO_LOWER(cp); in match()
1962 *p = ASCII_TO_LOWER(*p); in osc8_open()