Home
last modified time | relevance | path

Searched refs:C_LOWER (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsh.h1492 #define C_LOWER CiLOWER macro
1594 #define ksh_toupper(c) (ctype(c, C_LOWER) ? (c) - 'a' + 'A' : (c))
Dmisc.c989 { "lower", C_LOWER },
Dvar.c605 else if (ctype(c, C_LOWER)) in getint()
Dedit.c4570 if (ctype(*p, C_LOWER)) { in vi_cmd()