Searched refs:C_LOWER (Results 1 – 4 of 4) sorted by relevance
1426 #define C_LOWER CiLOWER macro1528 #define ksh_toupper(c) (ctype(c, C_LOWER) ? (c) - 'a' + 'A' : (c))
937 { "lower", C_LOWER },
595 else if (ctype(c, C_LOWER)) in getint()
4532 if (ctype(*p, C_LOWER)) { in vi_cmd()