Searched refs:_cmap_lower (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/csh/
H A Dchar.h42 extern unsigned char _cmap_lower[], _cmap_upper[];
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)])
H A Dchar.c244 /* _cmap_lower, _cmap_upper for ISO 8859/1 */
246 unsigned char _cmap_lower[256] = { variable

Completed in 128 milliseconds