Home
last modified time | relevance | path

Searched refs:fmt_affix_width (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dformat.h186 int fmt_affix_width (const struct fmt_number_style *);
H A Dformat.c227 output.w += fmt_affix_width (style); in fmt_for_output_from_input()
1196 fmt_affix_width (const struct fmt_number_style *style) in fmt_affix_width() function
H A Ddata-out.c695 add_affixes = allocate_space (fmt_affix_width (style), in output_decimal()
775 add_affixes = allocate_space (fmt_affix_width (style), format->w, &width); in output_scientific()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi612 @deftypefun int fmt_affix_width (const struct fmt_number_style *@var{style})
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-1648 -- Function: int fmt_affix_width (const struct fmt_number_style *STYLE)
2796 * fmt_affix_width: Numeric Formatting Styles.