FORM 4.3
Public Member Functions | Data Fields
C_const Struct Reference

#include <structs.h>

Public Member Functions

 PADPOSITION (47, 8+3 *MAXNEST, 70, 48+3 *MAXNEST+MAXREPEAT, COMMERCIALSIZE+MAXFLAGS+4+sizeof(LIST) *17)
 

Data Fields

set_of_char separators
 
POSITION StoreFileSize
 
NAMETREEdollarnames
 
NAMETREEexprnames
 
NAMETREEvarnames
 
LIST ChannelList
 
LIST DubiousList
 
LIST FunctionList
 
LIST ExpressionList
 
LIST IndexList
 
LIST SetElementList
 
LIST SetList
 
LIST SymbolList
 
LIST VectorList
 
LIST PotModDolList
 
LIST ModOptDolList
 
LIST TableBaseList
 
LIST cbufList
 
LIST AutoSymbolList
 
LIST AutoIndexList
 
LIST AutoVectorList
 
LIST AutoFunctionList
 
NAMETREEautonames
 
LISTSymbols
 
LISTIndices
 
LISTVectors
 
LISTFunctions
 
NAMETREE ** activenames
 
STREAMStreams
 
STREAMCurrentStream
 
SWITCHSwitchArray
 
WORD * SwitchHeap
 
LONG * termstack
 
LONG * termsortstack
 
UWORD * cmod
 
UWORD * powmod
 
UWORD * modpowers
 
UWORD * halfmod
 
WORD * ProtoType
 
WORD * WildC
 
LONG * IfHeap
 
LONG * IfCount
 
LONG * IfStack
 
UBYTE * iBuffer
 
UBYTE * iPointer
 
UBYTE * iStop
 
UBYTE ** LabelNames
 
WORD * FixIndices
 
WORD * termsumcheck
 
UBYTE * WildcardNames
 
int * Labels
 
SBYTE * tokens
 
SBYTE * toptokens
 
SBYTE * endoftokens
 
WORD * tokenarglevel
 
UWORD * modinverses
 
UBYTE * Fortran90Kind
 
WORD ** MultiBracketBuf
 
UBYTE * extrasym
 
WORD * doloopstack
 
WORD * doloopnest
 
char * CheckpointRunAfter
 
char * CheckpointRunBefore
 
WORD * IfSumCheck
 
WORD * CommuteInSet
 
UBYTE * TestValue
 
LONG argstack [MAXNEST]
 
LONG insidestack [MAXNEST]
 
LONG inexprstack [MAXNEST]
 
LONG iBufferSize
 
LONG TransEname
 
LONG ProcessBucketSize
 
LONG mProcessBucketSize
 
LONG CModule
 
LONG ThreadBucketSize
 
LONG CheckpointStamp
 
LONG CheckpointInterval
 
int cbufnum
 
int AutoDeclareFlag
 
int NoShowInput
 
int ShortStats
 
int compiletype
 
int firstconstindex
 
int insidefirst
 
int minsidefirst
 
int wildflag
 
int NumLabels
 
int MaxLabels
 
int lDefDim
 
int lDefDim4
 
int NumWildcardNames
 
int WildcardBufferSize
 
int MaxIf
 
int NumStreams
 
int MaxNumStreams
 
int firstctypemessage
 
int tablecheck
 
int idoption
 
int BottomLevel
 
int CompileLevel
 
int TokensWriteFlag
 
int UnsureDollarMode
 
int outsidefun
 
int funpowers
 
int WarnFlag
 
int StatsFlag
 
int NamesFlag
 
int CodesFlag
 
int SetupFlag
 
int SortType
 
int lSortType
 
int ThreadStats
 
int FinalStats
 
int OldParallelStats
 
int ThreadsFlag
 
int ThreadBalancing
 
int ThreadSortFileSynch
 
int ProcessStats
 
int BracketNormalize
 
int maxtermlevel
 
int dumnumflag
 
int bracketindexflag
 
int parallelflag
 
int mparallelflag
 
int inparallelflag
 
int partodoflag
 
int properorderflag
 
int vetofilling
 
int tablefilling
 
int vetotablebasefill
 
int exprfillwarning
 
int lhdollarflag
 
int NoCompress
 
int IsFortran90
 
int MultiBracketLevels
 
int topolynomialflag
 
int ffbufnum
 
int OldFactArgFlag
 
int MemDebugFlag
 
int OldGCDflag
 
int WTimeStatsFlag
 
int doloopstacksize
 
int dolooplevel
 
int CheckpointFlag
 
int SizeCommuteInSet
 
int origin
 
int vectorlikeLHS
 
WORD argsumcheck [MAXNEST]
 
WORD insidesumcheck [MAXNEST]
 
WORD inexprsumcheck [MAXNEST]
 
WORD RepSumCheck [MAXREPEAT]
 
WORD lUniTrace [4]
 
WORD RepLevel
 
WORD arglevel
 
WORD insidelevel
 
WORD inexprlevel
 
WORD termlevel
 
WORD MustTestTable
 
WORD DumNum
 
WORD ncmod
 
WORD npowmod
 
WORD modmode
 
WORD nhalfmod
 
WORD DirtPow
 
WORD lUnitTrace
 
WORD NwildC
 
WORD ComDefer
 
WORD CollectFun
 
WORD AltCollectFun
 
WORD OutputMode
 
WORD Cnumpows
 
WORD OutputSpaces
 
WORD OutNumberType
 
WORD DidClean
 
WORD IfLevel
 
WORD WhileLevel
 
WORD SwitchLevel
 
WORD SwitchInArray
 
WORD MaxSwitch
 
WORD LogHandle
 
WORD LineLength
 
WORD StoreHandle
 
WORD HideLevel
 
WORD lPolyFun
 
WORD lPolyFunInv
 
WORD lPolyFunType
 
WORD lPolyFunExp
 
WORD lPolyFunVar
 
WORD lPolyFunPow
 
WORD SymChangeFlag
 
WORD CollectPercentage
 
WORD ShortStatsMax
 
WORD extrasymbols
 
WORD PolyRatFunChanged
 
WORD ToBeInFactors
 
WORD InnerTest
 
UBYTE Commercial [COMMERCIALSIZE+2]
 
UBYTE debugFlags [MAXFLAGS+2]
 

Detailed Description

The C_const struct is part of the global data and resides in the ALLGLOBALS struct A under the name #C. We see it used with the macro AC as in AC.exprnames. It contains variables that involve the compiler and objects set during compilation.

Definition at line 1614 of file structs.h.

Field Documentation

◆ separators

set_of_char separators

Separators in #call and #do

Definition at line 1615 of file structs.h.

◆ StoreFileSize

POSITION StoreFileSize

Definition at line 1616 of file structs.h.

◆ dollarnames

NAMETREE* dollarnames

[D] Names of dollar variables

Definition at line 1617 of file structs.h.

◆ exprnames

NAMETREE* exprnames

[D] Names of expressions

Definition at line 1618 of file structs.h.

◆ varnames

NAMETREE* varnames

[D] Names of regular variables

Definition at line 1619 of file structs.h.

◆ ChannelList

LIST ChannelList

Used for the #write statement. Contains CHANNEL

Definition at line 1620 of file structs.h.

◆ DubiousList

LIST DubiousList

List of dubious variables. Contains DUBIOUSV. If not empty -> no execution

Definition at line 1622 of file structs.h.

◆ FunctionList

LIST FunctionList

List of functions and properties. Contains FUNCTIONS

Definition at line 1624 of file structs.h.

◆ ExpressionList

LIST ExpressionList

List of expressions, locations etc.

Definition at line 1625 of file structs.h.

◆ IndexList

LIST IndexList

List of indices

Definition at line 1626 of file structs.h.

◆ SetElementList

LIST SetElementList

List of all elements of all sets

Definition at line 1627 of file structs.h.

◆ SetList

LIST SetList

List of the sets

Definition at line 1628 of file structs.h.

◆ SymbolList

LIST SymbolList

List of the symbols and their properties

Definition at line 1629 of file structs.h.

◆ VectorList

LIST VectorList

List of the vectors

Definition at line 1630 of file structs.h.

◆ PotModDolList

LIST PotModDolList

Potentially changed dollars

Definition at line 1631 of file structs.h.

◆ ModOptDolList

LIST ModOptDolList

Module Option Dollars list

Definition at line 1632 of file structs.h.

◆ TableBaseList

LIST TableBaseList

TableBase list

Definition at line 1633 of file structs.h.

◆ cbufList

LIST cbufList

List of compiler buffers

Definition at line 1637 of file structs.h.

◆ AutoSymbolList

LIST AutoSymbolList

Definition at line 1641 of file structs.h.

◆ AutoIndexList

LIST AutoIndexList

Definition at line 1642 of file structs.h.

◆ AutoVectorList

LIST AutoVectorList

Definition at line 1643 of file structs.h.

◆ AutoFunctionList

LIST AutoFunctionList

Definition at line 1644 of file structs.h.

◆ autonames

NAMETREE* autonames

[D] Names in autodeclare

Definition at line 1645 of file structs.h.

◆ Symbols

LIST* Symbols

Definition at line 1647 of file structs.h.

◆ Indices

LIST* Indices

Definition at line 1649 of file structs.h.

◆ Vectors

LIST* Vectors

Definition at line 1650 of file structs.h.

◆ Functions

LIST* Functions

Definition at line 1651 of file structs.h.

◆ activenames

NAMETREE** activenames

Definition at line 1652 of file structs.h.

◆ Streams

STREAM* Streams

(C) Pointer for AutoDeclare statement. Points either to varnames or autonames. [D] The input streams.

Definition at line 1654 of file structs.h.

◆ CurrentStream

STREAM* CurrentStream

(C) The current input stream. Streams are: do loop, file, prevariable. points into Streams memory.

Definition at line 1655 of file structs.h.

◆ SwitchArray

SWITCH* SwitchArray

Definition at line 1657 of file structs.h.

◆ SwitchHeap

WORD* SwitchHeap

Definition at line 1658 of file structs.h.

◆ termstack

LONG* termstack

[D] Last term statement {offset}

Definition at line 1659 of file structs.h.

◆ termsortstack

LONG* termsortstack

[D] Last sort statement {offset}

Definition at line 1660 of file structs.h.

◆ cmod

UWORD* cmod

[D] Local setting of modulus. Pointer to value.

Definition at line 1661 of file structs.h.

◆ powmod

UWORD* powmod

Local setting printing as powers. Points into cmod memory

Definition at line 1662 of file structs.h.

◆ modpowers

UWORD* modpowers

[D] The conversion table for mod-> powers.

Definition at line 1663 of file structs.h.

◆ halfmod

UWORD* halfmod

Definition at line 1664 of file structs.h.

◆ ProtoType

WORD* ProtoType

Definition at line 1665 of file structs.h.

◆ WildC

WORD* WildC

Definition at line 1666 of file structs.h.

◆ IfHeap

LONG* IfHeap

[D] Keeps track of where to go in if

Definition at line 1667 of file structs.h.

◆ IfCount

LONG* IfCount

[D] Keeps track of where to go in if

Definition at line 1668 of file structs.h.

◆ IfStack

LONG* IfStack

Keeps track of where to go in if. Points into IfHeap-memory

Definition at line 1669 of file structs.h.

◆ iBuffer

UBYTE* iBuffer

[D] Compiler input buffer

Definition at line 1670 of file structs.h.

◆ iPointer

UBYTE* iPointer

Running pointer in the compiler input buffer

Definition at line 1671 of file structs.h.

◆ iStop

UBYTE* iStop

Top of iBuffer

Definition at line 1672 of file structs.h.

◆ LabelNames

UBYTE** LabelNames

[D] List of names in label statements

Definition at line 1673 of file structs.h.

◆ FixIndices

WORD* FixIndices

[D] Buffer of fixed indices

Definition at line 1674 of file structs.h.

◆ termsumcheck

WORD* termsumcheck

[D] Checking of nesting

Definition at line 1675 of file structs.h.

◆ WildcardNames

UBYTE* WildcardNames

[D] Names of ?a variables

Definition at line 1676 of file structs.h.

◆ Labels

int* Labels

Label information for during run. Pointer into LabelNames memory.

Definition at line 1677 of file structs.h.

◆ tokens

SBYTE* tokens

[D] Array with tokens for tokenizer

Definition at line 1678 of file structs.h.

◆ toptokens

SBYTE* toptokens

Top of tokens

Definition at line 1679 of file structs.h.

◆ endoftokens

SBYTE* endoftokens

End of the actual tokens

Definition at line 1680 of file structs.h.

◆ tokenarglevel

WORD* tokenarglevel

[D] Keeps track of function arguments

Definition at line 1681 of file structs.h.

◆ modinverses

UWORD* modinverses

Definition at line 1682 of file structs.h.

◆ Fortran90Kind

UBYTE* Fortran90Kind

Definition at line 1683 of file structs.h.

◆ MultiBracketBuf

WORD** MultiBracketBuf

Definition at line 1684 of file structs.h.

◆ extrasym

UBYTE* extrasym

Definition at line 1685 of file structs.h.

◆ doloopstack

WORD* doloopstack

Definition at line 1686 of file structs.h.

◆ doloopnest

WORD* doloopnest

Definition at line 1687 of file structs.h.

◆ CheckpointRunAfter

char* CheckpointRunAfter

[D] Filename of script to be executed before creating the snapshot. =0 if no script shall be executed.

Definition at line 1688 of file structs.h.

◆ CheckpointRunBefore

char* CheckpointRunBefore

[D] Filename of script to be executed after having created the snapshot. =0 if no script shall be executed.

Definition at line 1690 of file structs.h.

◆ IfSumCheck

WORD* IfSumCheck

[D] Keeps track of if-nesting

Definition at line 1692 of file structs.h.

◆ CommuteInSet

WORD* CommuteInSet

Definition at line 1693 of file structs.h.

◆ TestValue

UBYTE* TestValue

Definition at line 1694 of file structs.h.

◆ argstack

LONG argstack[MAXNEST]

Definition at line 1702 of file structs.h.

◆ insidestack

LONG insidestack[MAXNEST]

Definition at line 1703 of file structs.h.

◆ inexprstack

LONG inexprstack[MAXNEST]

Definition at line 1704 of file structs.h.

◆ iBufferSize

LONG iBufferSize

Definition at line 1705 of file structs.h.

◆ TransEname

LONG TransEname

Definition at line 1706 of file structs.h.

◆ ProcessBucketSize

LONG ProcessBucketSize

Definition at line 1708 of file structs.h.

◆ mProcessBucketSize

LONG mProcessBucketSize

Definition at line 1709 of file structs.h.

◆ CModule

LONG CModule

Definition at line 1710 of file structs.h.

◆ ThreadBucketSize

LONG ThreadBucketSize

Definition at line 1711 of file structs.h.

◆ CheckpointStamp

LONG CheckpointStamp

Timestamp of the last created snapshot (set to Timer(0)).

Definition at line 1712 of file structs.h.

◆ CheckpointInterval

LONG CheckpointInterval

Time interval in milliseconds for snapshots. =0 if snapshots shall be created at the end of every module.

Definition at line 1713 of file structs.h.

◆ cbufnum

int cbufnum

Current compiler buffer

Definition at line 1715 of file structs.h.

◆ AutoDeclareFlag

int AutoDeclareFlag

Definition at line 1716 of file structs.h.

◆ NoShowInput

int NoShowInput

(C) Mode of looking for names. Set to NOAUTO (=0) or WITHAUTO (=2), cf. AutoDeclare statement

Definition at line 1718 of file structs.h.

◆ ShortStats

int ShortStats

Definition at line 1719 of file structs.h.

◆ compiletype

int compiletype

Definition at line 1720 of file structs.h.

◆ firstconstindex

int firstconstindex

Definition at line 1721 of file structs.h.

◆ insidefirst

int insidefirst

Definition at line 1722 of file structs.h.

◆ minsidefirst

int minsidefirst

Definition at line 1723 of file structs.h.

◆ wildflag

int wildflag

Definition at line 1724 of file structs.h.

◆ NumLabels

int NumLabels

Definition at line 1725 of file structs.h.

◆ MaxLabels

int MaxLabels

Definition at line 1726 of file structs.h.

◆ lDefDim

int lDefDim

Definition at line 1727 of file structs.h.

◆ lDefDim4

int lDefDim4

Definition at line 1728 of file structs.h.

◆ NumWildcardNames

int NumWildcardNames

Definition at line 1729 of file structs.h.

◆ WildcardBufferSize

int WildcardBufferSize

Definition at line 1730 of file structs.h.

◆ MaxIf

int MaxIf

Definition at line 1731 of file structs.h.

◆ NumStreams

int NumStreams

Definition at line 1732 of file structs.h.

◆ MaxNumStreams

int MaxNumStreams

Definition at line 1733 of file structs.h.

◆ firstctypemessage

int firstctypemessage

Definition at line 1734 of file structs.h.

◆ tablecheck

int tablecheck

Definition at line 1735 of file structs.h.

◆ idoption

int idoption

Definition at line 1736 of file structs.h.

◆ BottomLevel

int BottomLevel

Definition at line 1737 of file structs.h.

◆ CompileLevel

int CompileLevel

Definition at line 1738 of file structs.h.

◆ TokensWriteFlag

int TokensWriteFlag

Definition at line 1739 of file structs.h.

◆ UnsureDollarMode

int UnsureDollarMode

Definition at line 1740 of file structs.h.

◆ outsidefun

int outsidefun

Definition at line 1741 of file structs.h.

◆ funpowers

int funpowers

Definition at line 1742 of file structs.h.

◆ WarnFlag

int WarnFlag

Definition at line 1743 of file structs.h.

◆ StatsFlag

int StatsFlag

Definition at line 1744 of file structs.h.

◆ NamesFlag

int NamesFlag

Definition at line 1745 of file structs.h.

◆ CodesFlag

int CodesFlag

Definition at line 1746 of file structs.h.

◆ SetupFlag

int SetupFlag

Definition at line 1747 of file structs.h.

◆ SortType

int SortType

Definition at line 1748 of file structs.h.

◆ lSortType

int lSortType

Definition at line 1749 of file structs.h.

◆ ThreadStats

int ThreadStats

Definition at line 1750 of file structs.h.

◆ FinalStats

int FinalStats

Definition at line 1751 of file structs.h.

◆ OldParallelStats

int OldParallelStats

Definition at line 1752 of file structs.h.

◆ ThreadsFlag

int ThreadsFlag

Definition at line 1753 of file structs.h.

◆ ThreadBalancing

int ThreadBalancing

Definition at line 1754 of file structs.h.

◆ ThreadSortFileSynch

int ThreadSortFileSynch

Definition at line 1755 of file structs.h.

◆ ProcessStats

int ProcessStats

Definition at line 1756 of file structs.h.

◆ BracketNormalize

int BracketNormalize

Definition at line 1757 of file structs.h.

◆ maxtermlevel

int maxtermlevel

Definition at line 1758 of file structs.h.

◆ dumnumflag

int dumnumflag

Definition at line 1759 of file structs.h.

◆ bracketindexflag

int bracketindexflag

Definition at line 1760 of file structs.h.

◆ parallelflag

int parallelflag

Definition at line 1761 of file structs.h.

◆ mparallelflag

int mparallelflag

Definition at line 1762 of file structs.h.

◆ inparallelflag

int inparallelflag

Definition at line 1763 of file structs.h.

◆ partodoflag

int partodoflag

Definition at line 1764 of file structs.h.

◆ properorderflag

int properorderflag

Definition at line 1765 of file structs.h.

◆ vetofilling

int vetofilling

Definition at line 1766 of file structs.h.

◆ tablefilling

int tablefilling

Definition at line 1767 of file structs.h.

◆ vetotablebasefill

int vetotablebasefill

Definition at line 1768 of file structs.h.

◆ exprfillwarning

int exprfillwarning

Definition at line 1769 of file structs.h.

◆ lhdollarflag

int lhdollarflag

Definition at line 1770 of file structs.h.

◆ NoCompress

int NoCompress

Definition at line 1771 of file structs.h.

◆ IsFortran90

int IsFortran90

Definition at line 1772 of file structs.h.

◆ MultiBracketLevels

int MultiBracketLevels

Definition at line 1773 of file structs.h.

◆ topolynomialflag

int topolynomialflag

Definition at line 1774 of file structs.h.

◆ ffbufnum

int ffbufnum

Definition at line 1775 of file structs.h.

◆ OldFactArgFlag

int OldFactArgFlag

Definition at line 1776 of file structs.h.

◆ MemDebugFlag

int MemDebugFlag

Definition at line 1777 of file structs.h.

◆ OldGCDflag

int OldGCDflag

Definition at line 1778 of file structs.h.

◆ WTimeStatsFlag

int WTimeStatsFlag

Definition at line 1779 of file structs.h.

◆ doloopstacksize

int doloopstacksize

Definition at line 1780 of file structs.h.

◆ dolooplevel

int dolooplevel

Definition at line 1781 of file structs.h.

◆ CheckpointFlag

int CheckpointFlag

Tells preprocessor whether checkpoint code must executed. -1 : do recovery from snapshot, set by command line option; 0 : do nothing; 1 : create snapshots, set by On checkpoint statement

Definition at line 1782 of file structs.h.

◆ SizeCommuteInSet

int SizeCommuteInSet

Definition at line 1786 of file structs.h.

◆ origin

int origin

Definition at line 1791 of file structs.h.

◆ vectorlikeLHS

int vectorlikeLHS

Definition at line 1792 of file structs.h.

◆ argsumcheck

WORD argsumcheck[MAXNEST]

Definition at line 1793 of file structs.h.

◆ insidesumcheck

WORD insidesumcheck[MAXNEST]

Definition at line 1794 of file structs.h.

◆ inexprsumcheck

WORD inexprsumcheck[MAXNEST]

Definition at line 1795 of file structs.h.

◆ RepSumCheck

WORD RepSumCheck[MAXREPEAT]

Definition at line 1796 of file structs.h.

◆ lUniTrace

WORD lUniTrace[4]

Definition at line 1797 of file structs.h.

◆ RepLevel

WORD RepLevel

Definition at line 1798 of file structs.h.

◆ arglevel

WORD arglevel

Definition at line 1799 of file structs.h.

◆ insidelevel

WORD insidelevel

Definition at line 1800 of file structs.h.

◆ inexprlevel

WORD inexprlevel

Definition at line 1801 of file structs.h.

◆ termlevel

WORD termlevel

Definition at line 1802 of file structs.h.

◆ MustTestTable

WORD MustTestTable

Definition at line 1803 of file structs.h.

◆ DumNum

WORD DumNum

Definition at line 1804 of file structs.h.

◆ ncmod

WORD ncmod

Definition at line 1805 of file structs.h.

◆ npowmod

WORD npowmod

Definition at line 1806 of file structs.h.

◆ modmode

WORD modmode

Definition at line 1807 of file structs.h.

◆ nhalfmod

WORD nhalfmod

Definition at line 1808 of file structs.h.

◆ DirtPow

WORD DirtPow

Definition at line 1809 of file structs.h.

◆ lUnitTrace

WORD lUnitTrace

Definition at line 1810 of file structs.h.

◆ NwildC

WORD NwildC

Definition at line 1811 of file structs.h.

◆ ComDefer

WORD ComDefer

Definition at line 1812 of file structs.h.

◆ CollectFun

WORD CollectFun

Definition at line 1813 of file structs.h.

◆ AltCollectFun

WORD AltCollectFun

Definition at line 1814 of file structs.h.

◆ OutputMode

WORD OutputMode

Definition at line 1815 of file structs.h.

◆ Cnumpows

WORD Cnumpows

Definition at line 1816 of file structs.h.

◆ OutputSpaces

WORD OutputSpaces

Definition at line 1817 of file structs.h.

◆ OutNumberType

WORD OutNumberType

Definition at line 1818 of file structs.h.

◆ DidClean

WORD DidClean

Definition at line 1819 of file structs.h.

◆ IfLevel

WORD IfLevel

Definition at line 1820 of file structs.h.

◆ WhileLevel

WORD WhileLevel

Definition at line 1821 of file structs.h.

◆ SwitchLevel

WORD SwitchLevel

Definition at line 1822 of file structs.h.

◆ SwitchInArray

WORD SwitchInArray

Definition at line 1823 of file structs.h.

◆ MaxSwitch

WORD MaxSwitch

Definition at line 1824 of file structs.h.

◆ LogHandle

WORD LogHandle

Definition at line 1825 of file structs.h.

◆ LineLength

WORD LineLength

Definition at line 1826 of file structs.h.

◆ StoreHandle

WORD StoreHandle

Definition at line 1827 of file structs.h.

◆ HideLevel

WORD HideLevel

Definition at line 1828 of file structs.h.

◆ lPolyFun

WORD lPolyFun

Definition at line 1829 of file structs.h.

◆ lPolyFunInv

WORD lPolyFunInv

Definition at line 1830 of file structs.h.

◆ lPolyFunType

WORD lPolyFunType

Definition at line 1831 of file structs.h.

◆ lPolyFunExp

WORD lPolyFunExp

Definition at line 1832 of file structs.h.

◆ lPolyFunVar

WORD lPolyFunVar

Definition at line 1833 of file structs.h.

◆ lPolyFunPow

WORD lPolyFunPow

Definition at line 1834 of file structs.h.

◆ SymChangeFlag

WORD SymChangeFlag

Definition at line 1835 of file structs.h.

◆ CollectPercentage

WORD CollectPercentage

Definition at line 1836 of file structs.h.

◆ ShortStatsMax

WORD ShortStatsMax

Definition at line 1837 of file structs.h.

◆ extrasymbols

WORD extrasymbols

Definition at line 1838 of file structs.h.

◆ PolyRatFunChanged

WORD PolyRatFunChanged

Definition at line 1839 of file structs.h.

◆ ToBeInFactors

WORD ToBeInFactors

Definition at line 1840 of file structs.h.

◆ InnerTest

WORD InnerTest

Definition at line 1841 of file structs.h.

◆ Commercial

UBYTE Commercial[COMMERCIALSIZE+2]

Definition at line 1845 of file structs.h.

◆ debugFlags

UBYTE debugFlags[MAXFLAGS+2]

Definition at line 1846 of file structs.h.


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