Home
last modified time | relevance | path

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

/trueos/usr.bin/sort/
HDsort.c345 conv_mbtowc(&symbol_negative_sign, lc->negative_sign, in set_locale()
346 symbol_negative_sign); in set_locale()
1076 if (symbol_negative_sign == sort_opts_vals.field_sep) in main()
1077 symbol_negative_sign = WEOF; in main()
1229 printf("Negative sign: <%lc>\n", symbol_negative_sign); in main()
HDcoll.h140 extern wint_t symbol_negative_sign;
HDcoll.c53 wint_t symbol_negative_sign = L'-'; variable
714 if (bws_get_iter_value(s) == (wchar_t)symbol_negative_sign) { in read_number()