Searched refs:C_LOWER (Results 1 – 4 of 4) sorted by relevance
1492 #define C_LOWER CiLOWER macro1594 #define ksh_toupper(c) (ctype(c, C_LOWER) ? (c) - 'a' + 'A' : (c))
989 { "lower", C_LOWER },
605 else if (ctype(c, C_LOWER)) in getint()
4570 if (ctype(*p, C_LOWER)) { in vi_cmd()