Searched refs:OFMT (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/one-true-awk/bugs-fixed/ |
| H A 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
|
| H A D | fmt-overflow.awk | 1 BEGIN { OFMT = "%.1000f"; print 1.25; }
|
| H A D | string-conv.awk | 2 OFMT = ">>%.6g<<"
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | tran.c | 42 char **OFMT; /* output format for numbers */ variable 78 &vp->sval == OFMT || &vp->sval == CONVFMT || in setfree() 100 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit() 485 if (fmt == OFMT) { in get_str_val() 497 if (fmt == OFMT) { in get_str_val() 529 return get_str_val(vp, OFMT); in getpssval()
|
| H A D | awk.h | 72 extern char **OFMT;
|
| H A D | FIXES | 328 conversion to string happened, even with OFMT, that value was used until 329 a new numeric value was assigned, even if OFMT differed from CONVFMT, 622 job on using OFMT for output from print and CONVFMT for other 1023 added CONVFMT as in posix (just replaced OFMT in getsval)
|