Searched refs:OFMT (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/historical/nawk/dist/ |
| D | tran.c | 46 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()
|
| D | awk.h | 74 extern char **OFMT;
|
| D | 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)
|
| /netbsd/src/share/man/tools/ |
| D | sp.ignore | 677 OFMT
|
| D | newsp.errs | 145 OFMT
|
| /netbsd/src/external/gpl2/gawk/dist/ |
| D | awk.texi | 369 * 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/ |
| D | ChangeLog | 16591 * demos/perl/GMP/Mpf.pm (overload_string): Use $OFMT to avoid warnings
|