|
FORM 4.3
|
#include "form3.h"Go to the source code of this file.
Macros | |
| #define | NUMERICALVALUE 0 |
| #define | STRINGVALUE 1 |
| #define | PATHVALUE 2 |
| #define | ONOFFVALUE 3 |
| #define | DEFINEVALUE 4 |
| #define | SETBUFSIZE 257 |
Functions | |
| int | DoSetups () |
| int | ProcessOption (UBYTE *s1, UBYTE *s2, int filetype) |
| SETUPPARAMETERS * | GetSetupPar (UBYTE *s) |
| int | RecalcSetups () |
| int | AllocSetups () |
| VOID | WriteSetup () |
| SORTING * | AllocSort (LONG LargeSize, LONG SmallSize, LONG SmallEsize, LONG TermsInSmall, int MaxPatches, int MaxFpatches, LONG IOsize) |
| VOID | AllocSortFileName (SORTING *sort) |
| FILEHANDLE * | AllocFileHandle (WORD par, char *name) |
| void | DeAllocFileHandle (FILEHANDLE *fh) |
| int | MakeSetupAllocs () |
| int | TryFileSetups () |
| int | TryEnvironment () |
Variables | |
| char | curdirp [] = "." |
| char | cursortdirp [] = "." |
| char | commentchar [] = "*" |
| char | dotchar [] = "_" |
| char | highfirst [] = "highfirst" |
| char | lowfirst [] = "lowfirst" |
| char | procedureextension [] = "prc" |
| SETUPPARAMETERS | setupparameters [] |
The routines that deal with the setup parameters.
Definition in file setfile.c.
| int ProcessOption | ( | UBYTE * | s1, |
| UBYTE * | s2, | ||
| int | filetype ) |
| SETUPPARAMETERS * GetSetupPar | ( | UBYTE * | s | ) |
| SORTING * AllocSort | ( | LONG | LargeSize, |
| LONG | SmallSize, | ||
| LONG | SmallEsize, | ||
| LONG | TermsInSmall, | ||
| int | MaxPatches, | ||
| int | MaxFpatches, | ||
| LONG | IOsize ) |
| FILEHANDLE * AllocFileHandle | ( | WORD | par, |
| char * | name ) |
| void DeAllocFileHandle | ( | FILEHANDLE * | fh | ) |
| SETUPPARAMETERS setupparameters[] |