Home
last modified time | relevance | path

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

/external/one-true-awk/bugs-fixed/
DREADME20 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
Dfmt-overflow.awk1 BEGIN { OFMT = "%.1000f"; print 1.25; }
Dstring-conv.awk2 OFMT = ">>%.6g<<"
/external/one-true-awk/
Dtran.c43 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()
Dawk.h55 extern char **OFMT;
DFIXES72 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)