Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dtran.c44 char **CONVFMT; /* format for conversions in getsval */ variable
89 CONVFMT = &setsymtab("CONVFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
519 return get_str_val(vp, CONVFMT); in getsval()
DFIXES.1e400 a new numeric value was assigned, even if OFMT differed from CONVFMT,
401 and also if CONVFMT changed.
693 job on using OFMT for output from print and CONVFMT for other
696 right if CONVFMT is changed; by then the STR attribute of the
1094 added CONVFMT as in posix (just replaced OFMT in getsval)