Searched refs:ISLOWER (Results 1 – 7 of 7) sorted by relevance
64 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro66 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x))
95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
61 if (!ISLOWER (ns) && !ISUPPER (ns))
4972 if (XOR (islower (i), ISLOWER (i))
5634 if (XOR (islower (i), ISLOWER (i))
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...