Home
last modified time | relevance | path

Searched refs:CONVFMT (Results 1 – 5 of 5) sorted by relevance

/external/one-true-awk/bugs-fixed/
Dstring-conv.awk7 CONVFMT = "%2.2f"
10 CONVFMT = "%.12g"
DREADME21 a new numeric value was assigned, even if OFMT differed from CONVFMT,
22 and also if CONVFMT changed.
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
/external/one-true-awk/
Dtran.c43 char **CONVFMT; /* format for conversions in getsval */ variable
78 &vp->sval == OFMT || &vp->sval == CONVFMT || in setfree()
101 CONVFMT = &setsymtab("CONVFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
524 return get_str_val(vp, CONVFMT); in getsval()
DFIXES329 a new numeric value was assigned, even if OFMT differed from CONVFMT,
330 and also if CONVFMT changed.
622 job on using OFMT for output from print and CONVFMT for other
625 right if CONVFMT is changed; by then the STR attribute of the
1023 added CONVFMT as in posix (just replaced OFMT in getsval)
/external/one-true-awk/testdir/
DT.gawk380 ### CONVFMT = "%2.2f"
385 ### CONVFMT = "%.6g"