#include <format.h>
Public Attributes | |
| unsigned int | op_code: 7 |
| unsigned int | default_digits: 1 |
| unsigned int | digits_field: 24 |
| unsigned int | exponent: 6 |
| unsigned int | reserved2: 2 |
| unsigned int | field_width: 24 |
| unsigned int | rgcdedf: 1 |
| unsigned int | reserved3: 15 |
| unsigned int | offset: 16 |
| signed int | rep_count: 32 |
Definition at line 212 of file format.h.
| unsigned int fmt_entry::default_digits |
Definition at line 214 of file format.h.
Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_bioz(), and process_defg().
| unsigned int fmt_entry::digits_field |
Definition at line 215 of file format.h.
Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_bioz(), and process_defg().
| unsigned int fmt_entry::exponent |
Definition at line 216 of file format.h.
Referenced by _dumppfmt(), _wrfmt(), and process_defg().
| unsigned int fmt_entry::field_width |
Definition at line 218 of file format.h.
Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_arl(), process_bioz(), process_char_string(), process_defg(), process_minus(), process_paren_group(), and process_t().
| unsigned int fmt_entry::offset |
Definition at line 222 of file format.h.
Referenced by _dumppfmt(), _fmt_parse(), _rdfmt(), _wrfmt(), process_minus(), process_p(), process_paren_group(), and setup_format().
| unsigned int fmt_entry::op_code |
Definition at line 213 of file format.h.
Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_arl(), process_bioz(), process_char_string(), process_defg(), process_minus(), process_p(), process_paren_group(), and process_t().
| signed int fmt_entry::rep_count |
Definition at line 223 of file format.h.
Referenced by _dumppfmt(), _fmt_parse(), _rdfmt(), _wrfmt(), process_p(), process_paren_group(), process_t(), and setup_format().
| unsigned int fmt_entry::reserved2 |
Definition at line 217 of file format.h.
Referenced by _dumppfmt().
| unsigned int fmt_entry::reserved3 |
Definition at line 221 of file format.h.
Referenced by _dumppfmt().
| unsigned int fmt_entry::rgcdedf |
Definition at line 220 of file format.h.
Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().
1.6.1