Home
last modified time | relevance | path

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

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