Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/awk/
Dtran.c46 char **OFMT; /* output format for numbers */ variable
85 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
401 return get_str_val(vp, OFMT); in getpssval()
Dawk.h56 extern char **OFMT;
DFIXES281 job on using OFMT for output from print and CONVFMT for other
680 added CONVFMT as in posix (just replaced OFMT in getsval)
/mirbsd/src/gnu/usr.bin/perl/lib/
DEnglish.pm227 # *OFMT = *# ;
/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.pod116 Awk starts by assuming OFMT has the value %.6g. Perl starts by
118 set $# explicitly if you use the default value of OFMT.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlvar.pod487 attempt to emulate B<awk>'s OFMT variable. There are times, however,
491 B<awk>'s default OFMT setting of "%.6g", so you need to set C<$#>
Dperltrap.pod132 OFMT $#