OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONVFMT
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
tran.c
44
char **
CONVFMT
; /* format for conversions in getsval */
83
CONVFMT
= &setsymtab("
CONVFMT
", "%.6g", 0.0, STR|DONTFREE, symtab)->sval;
390
return get_str_val(vp,
CONVFMT
);
FIXES
206
job on using OFMT for output from print and
CONVFMT
for other
209
right if
CONVFMT
is changed; by then the STR attribute of the
605
added
CONVFMT
as in posix (just replaced OFMT in getsval)
[
all
...]
Completed in 130 milliseconds