Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c91 #define UCHAR_LIM (UCHAR_MAX + 1) macro
268 static bool blanks[UCHAR_LIM];
271 static bool nonprinting[UCHAR_LIM];
274 static bool nondictionary[UCHAR_LIM];
277 static char fold_toupper[UCHAR_LIM];
1293 for (i = 0; i < UCHAR_LIM; ++i) in inittables()
1876 static char const unit_order[UCHAR_LIM] =