|
FORM 4.3
|
#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 () |
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.
| int ModuleInstruction | ( | int * | moduletype, |
| int * | specialtype ) |