Home
last modified time | relevance | path

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

/netbsd/src/external/historical/nawk/dist/
Dtran.c46 char **OFMT; /* output format for numbers */ variable
91 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
482 if (fmt == OFMT) { in get_str_val()
494 if (fmt == OFMT) { in get_str_val()
526 return get_str_val(vp, OFMT); in getpssval()
Dawk.h74 extern char **OFMT;
DFIXES.1e399 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)
/netbsd/src/share/man/tools/
Dsp.ignore677 OFMT
Dnewsp.errs145 OFMT
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi369 * OFMT:: Controlling Numeric Output With
5803 @ref{OFMT}.)
5819 * OFMT:: Controlling Numeric Output With @code{print}.
6031 @node OFMT
6049 @cindex @code{OFMT} variable
6050 @c the comma before OFMT does NOT start a tertiary
6051 @cindex output, format specifier, @code{OFMT}
6052 The built-in variable @code{OFMT} contains the default format specification
6055 The default value of @code{OFMT} is @code{"%.6g"}.
6058 as the value of @code{OFMT}, as shown in the following example:
[all …]
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog16591 * demos/perl/GMP/Mpf.pm (overload_string): Use $OFMT to avoid warnings