Home
last modified time | relevance | path

Searched refs:LOWER (Results 1 – 5 of 5) sorted by path

/original-bsd/lib/libtelnet/
H A Dgenget.c15 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
35 while (LOWER(c1) == LOWER(c2)) {
/original-bsd/local/toolchest/ksh/sh/
H A Demacs.c885 #define LOWER '<'
1058 longline = LOWER;
/original-bsd/usr.bin/mklocale/
H A DJapanese22 LOWER 'a' - 'z'
52 LOWER 0xa3e1 - 0xa3fa /* Romaji */
68 LOWER 0xa6c1 - 0xa6d8 /* Greek */
75 LOWER 0xa7d1 - 0xa7f1 /* Cyrillic */
H A DPOSIX16 LOWER 'a' - 'z'
H A Dlex.l65 LOWER { yylval.i = _L|_R|_G; return(LIST); }