FORM 4.3
module.c File Reference
#include "form3.h"

Go to the source code of this file.

Functions

int ModuleInstruction (int *moduletype, int *specialtype)
 
int CoModuleOption (UBYTE *s)
 
int CoModOption (UBYTE *s)
 
VOID SetSpecialMode (int moduletype, int specialtype)
 
int ExecModule (int moduletype)
 
int ExecStore ()
 
VOID FullCleanUp ()
 
int DoPolyfun (UBYTE *s)
 
int DoPolyratfun (UBYTE *s)
 
int DoNoParallel (UBYTE *s)
 
int DoParallel (UBYTE *s)
 
int DoModSum (UBYTE *s)
 
int DoModMax (UBYTE *s)
 
int DoModMin (UBYTE *s)
 
int DoModLocal (UBYTE *s)
 
int DoProcessBucket (UBYTE *s)
 
UBYTE * DoModDollar (UBYTE *s, int type)
 
int DoinParallel (UBYTE *s)
 
int DonotinParallel (UBYTE *s)
 
int DoExecStatement ()
 
int DoPipeStatement ()
 

Detailed Description

A number of routines that deal with the moduleoption statement and the execution of modules. Additionally there are the execution of the exec and pipe instructions.

Definition in file module.c.

Function Documentation

◆ ModuleInstruction()

int ModuleInstruction ( int * moduletype,
int * specialtype )

Definition at line 76 of file module.c.

◆ CoModuleOption()

int CoModuleOption ( UBYTE * s)

Definition at line 143 of file module.c.

◆ CoModOption()

int CoModOption ( UBYTE * s)

Definition at line 210 of file module.c.

◆ SetSpecialMode()

VOID SetSpecialMode ( int moduletype,
int specialtype )

Definition at line 255 of file module.c.

◆ ExecModule()

int ExecModule ( int moduletype)

Definition at line 272 of file module.c.

◆ ExecStore()

int ExecStore ( )

Definition at line 282 of file module.c.

◆ FullCleanUp()

VOID FullCleanUp ( )

Definition at line 297 of file module.c.

◆ DoPolyfun()

int DoPolyfun ( UBYTE * s)

Definition at line 374 of file module.c.

◆ DoPolyratfun()

int DoPolyratfun ( UBYTE * s)

Definition at line 437 of file module.c.

◆ DoNoParallel()

int DoNoParallel ( UBYTE * s)

Definition at line 508 of file module.c.

◆ DoParallel()

int DoParallel ( UBYTE * s)

Definition at line 523 of file module.c.

◆ DoModSum()

int DoModSum ( UBYTE * s)

Definition at line 538 of file module.c.

◆ DoModMax()

int DoModMax ( UBYTE * s)

Definition at line 558 of file module.c.

◆ DoModMin()

int DoModMin ( UBYTE * s)

Definition at line 578 of file module.c.

◆ DoModLocal()

int DoModLocal ( UBYTE * s)

Definition at line 598 of file module.c.

◆ DoProcessBucket()

int DoProcessBucket ( UBYTE * s)

Definition at line 618 of file module.c.

◆ DoModDollar()

UBYTE * DoModDollar ( UBYTE * s,
int type )

Definition at line 636 of file module.c.

◆ DoinParallel()

int DoinParallel ( UBYTE * s)

Definition at line 737 of file module.c.

◆ DonotinParallel()

int DonotinParallel ( UBYTE * s)

Definition at line 747 of file module.c.

◆ DoExecStatement()

int DoExecStatement ( )

Definition at line 759 of file module.c.

◆ DoPipeStatement()

int DoPipeStatement ( )

Definition at line 776 of file module.c.