HomeSort by: relevance | last modified time | path
    Searched refs:OFMT (Results 1 - 5 of 5) sorted by relevancy

  /src/external/historical/nawk/dist/bugs-fixed/
fmt-overflow.awk 1 BEGIN { OFMT = "%.1000f"; print 1.25; }
string-conv.awk 2 OFMT = ">>%.6g<<"
  /src/external/historical/nawk/dist/
tran.c 46 char **OFMT; /* output format for numbers */
91 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval;
445 * sticky, meaning if converted via OFMT that became the value
452 * obtained (via CONVFMT or OFMT) and _also_ maintaining a copy
482 if (fmt == OFMT) {
494 if (fmt == OFMT) {
526 return get_str_val(vp, OFMT);
awk.h 74 extern char **OFMT;
104 char *fmt; /* CONVFMT/OFMT value used to convert from number */
139 #define CONVO 01000 /* string was converted from number via OFMT */
FIXES.1e 399 conversion to string happened, even with OFMT, that value was used until
400 a new numeric value was assigned, even if OFMT differed from CONVFMT,
693 job on using OFMT for output from print and CONVFMT for other
1094 added CONVFMT as in posix (just replaced OFMT in getsval)

Completed in 17 milliseconds