Public Types | |
| enum | reptypes { REPNONE = 0, REPLINE, REPCHAR, REPCPLX, REPNULL } |
Public Attributes | |
| long | repcnt |
| enum repdata::reptypes | reptype |
| union { | |
| struct { | |
| long * lptr | |
| int lcnt | |
| } line | |
| struct { | |
| char * repchr | |
| long repsize | |
| } rchr | |
| struct { | |
| _gen_real r [2] | |
| } cplx | |
| } | u |
Definition at line 96 of file lread.c.
| enum repdata::reptypes |
| struct { ... } repdata::cplx |
Referenced by _ld_read().
| int repdata::lcnt |
Definition at line 115 of file lread.c.
Referenced by _mr_scan_char(), _mr_scan_complex(), and _s_scan_extensions().
| struct { ... } repdata::line |
Referenced by _ld_read().
| long* repdata::lptr |
Definition at line 114 of file lread.c.
Referenced by _find_dupcnt(), _mr_scan_char(), _mr_scan_complex(), and _s_scan_extensions().
| struct { ... } repdata::rchr |
Referenced by _ld_read().
| char* repdata::repchr |
| long repdata::repcnt |
Definition at line 98 of file lread.c.
Referenced by _ld_read(), and _ld_write().
| long repdata::repsize |
Referenced by _ld_read().
| union { ... } repdata::u |
Referenced by _ld_read().
1.7.1