FORM 4.3
ReNuMbEr Struct Reference

#include <structs.h>

Public Member Functions

 PADPOSITION (4, 0, 0, 0, sizeof(VARRENUM) *4)

Data Fields

POSITION startposition
VARRENUM symb
VARRENUM indi
VARRENUM vect
VARRENUM func
WORD * symnum
WORD * indnum
WORD * vecnum
WORD * funnum

Detailed Description

Only symb.lo gets dynamically allocated. All other pointers points into this memory.

Definition at line 177 of file structs.h.

Field Documentation

◆ startposition

POSITION startposition

Definition at line 178 of file structs.h.

◆ symb

VARRENUM symb

Symbols

Definition at line 180 of file structs.h.

Referenced by DoRecovery(), Generator(), and TermRenumber().

◆ indi

VARRENUM indi

Indices

Definition at line 181 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ vect

VARRENUM vect

Vectors

Definition at line 182 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ func

VARRENUM func

Functions

Definition at line 183 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ symnum

WORD* symnum

Renumbered symbols

Definition at line 185 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ indnum

WORD* indnum

Renumbered indices

Definition at line 186 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ vecnum

WORD* vecnum

Renumbered vectors

Definition at line 187 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

◆ funnum

WORD* funnum

Renumbered functions

Definition at line 188 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().


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