FORM 4.3
Data Structures | Variables
inivar.h File Reference

Go to the source code of this file.

Data Structures

struct  fixedfun
 

Variables

FIXEDGLOBALS FG
 
ALLGLOBALS A
 
FIXEDSET fixedsets []
 
UBYTE BufferForOutput [MAXLINELENGTH+14]
 
char * setupfilename = "form.set"
 

Detailed Description

Contains the initialization of a number of structs at compile time This file should only be included in the file startup.c !!!

Definition in file inivar.h.

Variable Documentation

◆ FG

Definition at line 34 of file inivar.h.

◆ A

Definition at line 131 of file inivar.h.

◆ fixedsets

FIXEDSET fixedsets[]
Initial value:
= {
{"pos_", "integers > 0", CSYMBOL, 0}
,{"pos0_", "integers >= 0", CSYMBOL, 0}
,{"neg_", "integers < 0", CSYMBOL, 0}
,{"neg0_", "integers <= 0", CSYMBOL, 0}
,{"even_", "even integers", CSYMBOL, 0}
,{"odd_", "odd integers", CSYMBOL, 0}
,{"int_", "all integers", CSYMBOL, 0}
,{"symbol_","only symbols", CSYMBOL, MAXPOSITIVE}
,{"fixed_", "fixed indices", CINDEX, 0}
,{"index_", "all indices", CINDEX, 0}
,{"number_","all rationals", CSYMBOL, 0}
,{"dummyindices_", "dummy indices", CINDEX, 0}
,{"vector_","only vectors", CVECTOR, 0}
}

Definition at line 242 of file inivar.h.

◆ BufferForOutput

UBYTE BufferForOutput[MAXLINELENGTH+14]

Definition at line 258 of file inivar.h.

◆ setupfilename

char* setupfilename = "form.set"

Definition at line 260 of file inivar.h.