FORM  4.2
Macros | Functions | Variables
setfile.c File Reference
#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)
 
SETUPPARAMETERSGetSetupPar (UBYTE *s)
 
int RecalcSetups ()
 
int AllocSetups ()
 
VOID WriteSetup ()
 
SORTINGAllocSort (LONG LargeSize, LONG SmallSize, LONG SmallEsize, LONG TermsInSmall, int MaxPatches, int MaxFpatches, LONG IOsize)
 
VOID AllocSortFileName (SORTING *sort)
 
FILEHANDLEAllocFileHandle (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 []
 

Detailed Description

The routines that deal with the setup parameters.

Definition in file setfile.c.