Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams.h62 #define ST_WIDE 0x4 /* write multibyte chars to temporary file */ macro
H A Dinternal.c432 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
439 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
H A Dmerge.c334 (is_single_byte ? 0 : ST_WIDE)); in merge_n_streams()
H A Dstreams.c383 stream_set(out_streamp, flags & ST_WIDE ? STREAM_WIDE : in stream_push_to_temporary()