Home | History | Annotate | Download | only in libiberty

Lines Matching refs:IS_LOWER

203 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')
1178 && (IS_LOWER (d_peek_next_char (di))
1487 || IS_LOWER (peek)
1548 else if (IS_LOWER (peek))
3548 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_'))
3551 while (IS_LOWER (*pend) || *pend == '_')
5005 if (IS_LOWER (op->name[0]))