Home
last modified time | relevance | path

Searched refs:do_non_decimal_data (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dnode.c117 || (! do_non_decimal_data && is_hex(cp, cpend))))) { in r_force_number()
132 if (do_non_decimal_data /* main.c assures false if do_posix */ in r_force_number()
H A Dmain.c354 if (do_traditional && do_non_decimal_data) { in main()
H A Dmpfr.c391 if (force_mpnum(n, (do_non_decimal_data && ! do_traditional), true)) { in mpg_force_number()
H A Dawk.h1182 #define do_non_decimal_data (do_flags & DO_NON_DEC_DATA) macro
H A DChangeLog.07825 Add decl of `do_non_decimal_data'.
7826 * main.c (do_non_decimal_data): New variable
7828 (main): Turn off `do_non_decimal_data' if `do_traditional'.
7831 runtime check based on do_non_decimal_data.
H A DChangeLog.18707 do_non_decimal_data, do_profiling, do_dump_vars,