Public Types | Public Attributes

repdata Struct Reference

List of all members.

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

Detailed Description

Definition at line 96 of file lread.c.


Member Enumeration Documentation

Enumerator:
REPNONE 
REPLINE 
REPCHAR 
REPCPLX 
REPNULL 

Definition at line 100 of file lread.c.


Member Data Documentation

struct { ... } repdata::cplx

Referenced by _ld_read().

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().

Definition at line 114 of file lread.c.

Referenced by _find_dupcnt(), _mr_scan_char(), _mr_scan_complex(), and _s_scan_extensions().

Definition at line 128 of file lread.c.

struct { ... } repdata::rchr

Referenced by _ld_read().

Definition at line 119 of file lread.c.

Definition at line 98 of file lread.c.

Referenced by _ld_read(), and _ld_write().

Definition at line 123 of file lread.c.

Referenced by _ld_read().

union { ... } repdata::u

Referenced by _ld_read().


The documentation for this struct was generated from the following file: