FORM  4.3
Data Structures | Functions
comexpr.c File Reference
#include "form3.h"

Go to the source code of this file.

Data Structures

struct  id_options
 

Functions

int CoLocal (UBYTE *inp)
 
int CoGlobal (UBYTE *inp)
 
int CoLocalFactorized (UBYTE *inp)
 
int CoGlobalFactorized (UBYTE *inp)
 
int DoExpr (UBYTE *inp, int type, int par)
 
int CoIdOld (UBYTE *inp)
 
int CoId (UBYTE *inp)
 
int CoIdNew (UBYTE *inp)
 
int CoDisorder (UBYTE *inp)
 
int CoMany (UBYTE *inp)
 
int CoMulti (UBYTE *inp)
 
int CoIfMatch (UBYTE *inp)
 
int CoIfNoMatch (UBYTE *inp)
 
int CoOnce (UBYTE *inp)
 
int CoOnly (UBYTE *inp)
 
int CoSelect (UBYTE *inp)
 
int CoIdExpression (UBYTE *inp, int type)
 
int CoMultiply (UBYTE *inp)
 
int CoFill (UBYTE *inp)
 
int CoFillExpression (UBYTE *inp)
 
int CoPrintTable (UBYTE *inp)
 
int CoAssign (UBYTE *inp)
 
int CoDeallocateTable (UBYTE *inp)
 

Detailed Description

Compiler routines for statements that involve algebraic expressions. These involve definitions, id-statements, the multiply statement and the fill statement.

Definition in file comexpr.c.