|
FORM 4.3
|
#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 |
Only symb.lo gets dynamically allocated. All other pointers points into this memory.
| VARRENUM symb |
Symbols
Definition at line 180 of file structs.h.
Referenced by DoRecovery(), Generator(), and TermRenumber().
| VARRENUM indi |
| VARRENUM vect |
| VARRENUM func |
| WORD* symnum |
Renumbered symbols
Definition at line 185 of file structs.h.
Referenced by DoRecovery(), and TermRenumber().
| WORD* indnum |
Renumbered indices
Definition at line 186 of file structs.h.
Referenced by DoRecovery(), and TermRenumber().
| WORD* vecnum |
Renumbered vectors
Definition at line 187 of file structs.h.
Referenced by DoRecovery(), and TermRenumber().
| WORD* funnum |
Renumbered functions
Definition at line 188 of file structs.h.
Referenced by DoRecovery(), and TermRenumber().