Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c342 enum { NON_CHAR = CHAR_MAX + 1 }; enumerator
2527 ? thousands_sep != NON_CHAR && (isblank (to_uchar (thousands_sep))) in key_warnings()
2540 ? thousands_sep != NON_CHAR && (isblank (to_uchar (decimal_point))) in key_warnings()
4323 thousands_sep = NON_CHAR; in main()