Home | History | Annotate | Download | only in bison

Lines Matching refs:ISLOWER

6822 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6823 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6825 # define ISLOWER(c) \
6829 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6838 if (XOR (islower (i), ISLOWER (i))