Home
last modified time | relevance | path

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

/src/usr.bin/sort/
H A Dbwstring.h138 #define BWS_GET(bws, pos) ((mb_cur_max == 1) ? (bws->cdata.str[(pos)]) : bws->wdata.str[(pos)]) macro
H A Dcoll.c243 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start))) in skip_cols_to_start()
275 isblank = iswblank(BWS_GET(s, cpos)); in skip_fields_to_start()
292 if (BWS_GET(s,cpos) == (wchar_t)sort_opts_vals.field_sep) { in skip_fields_to_start()
341 ((wchar_t)sort_opts_vals.field_sep == BWS_GET(s, in find_field_end()
H A Dradixsort.c272 res = (wchar_t)BWS_GET(bws, level / wcfact); in get_wc_index()