Searched refs:symbol_decimal_point (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h138 extern wint_t symbol_decimal_point;
H A Dsort.c333 conv_mbtowc(&symbol_decimal_point, lc->decimal_point,
334 symbol_decimal_point);
1066 if (symbol_decimal_point == sort_opts_vals.field_sep)
1067 symbol_decimal_point = WEOF;
1218 printf("Decimal Point: <%lc>\n", symbol_decimal_point);
H A Dcoll.c50 wint_t symbol_decimal_point = L'.'; variable
756 if (bws_get_iter_value(s) == (wchar_t)symbol_decimal_point) {

Completed in 112 milliseconds