Searched refs:OFMT (Results 1 – 6 of 6) sorted by relevance
/external/one-true-awk/bugs-fixed/ |
D | README | 20 conversion to string happened, even with OFMT, that value was used until 21 a new numeric value was assigned, even if OFMT differed from CONVFMT, 38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
|
D | fmt-overflow.awk | 1 BEGIN { OFMT = "%.1000f"; print 1.25; }
|
D | string-conv.awk | 2 OFMT = ">>%.6g<<"
|
/external/one-true-awk/ |
D | tran.c | 43 char **OFMT; /* output format for numbers */ variable 79 &vp->sval == OFMT || &vp->sval == CONVFMT || in setfree() 101 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit() 458 if (fmt == OFMT) { in get_str_val() 470 if (fmt == OFMT) { in get_str_val() 502 return get_str_val(vp, OFMT); in getpssval()
|
D | awk.h | 55 extern char **OFMT;
|
D | FIXES | 72 conversion to string happened, even with OFMT, that value was used until 73 a new numeric value was assigned, even if OFMT differed from CONVFMT, 366 job on using OFMT for output from print and CONVFMT for other 767 added CONVFMT as in posix (just replaced OFMT in getsval)
|