FORM  4.1
Functions | Variables
tables.c File Reference
#include "form3.h"
#include "minos.h"

Go to the source code of this file.

Functions

void ClearTableTree (TABLES T)
 
int InsTableTree (TABLES T, WORD *tp)
 
void RedoTableTree (TABLES T, int newsize)
 
int FindTableTree (TABLES T, WORD *tp, int inc)
 
WORD DoTableExpansion (WORD *term, WORD level)
 
int CoTableBase (UBYTE *s)
 
int FlipTable (FUNCTIONS f, int type)
 
int SpareTable (TABLES TT)
 
DBASEFindTB (UBYTE *name)
 
int CoTBcreate (UBYTE *s)
 
int CoTBopen (UBYTE *s)
 
int CoTBaddto (UBYTE *s)
 
int CoTBenter (UBYTE *s)
 
int CoTestUse (UBYTE *s)
 
int CheckTableDeclarations (DBASE *d)
 
int CoTBload (UBYTE *ss)
 
WORD TestUse (WORD *term, WORD level)
 
int CoTBaudit (UBYTE *s)
 
int CoTBon (UBYTE *s)
 
int CoTBoff (UBYTE *s)
 
int CoTBcleanup (UBYTE *s)
 
int CoTBreplace (UBYTE *s)
 
int CoTBuse (UBYTE *s)
 
int CoApply (UBYTE *s)
 
int CoTBhelp (UBYTE *s)
 
VOID ReWorkT (WORD *term, WORD *funs, WORD numfuns)
 
WORD Apply (WORD *term, WORD level)
 
int ApplyExec (WORD *term, int maxtogo, WORD level)
 
WORD ApplyReset (WORD level)
 
WORD TableReset ()
 
int ReleaseTB ()
 

Variables

char * helptb []
 

Detailed Description

Contains all functions that deal with the table bases on the 'FORM level' The low level databse routines are in minos.c

Definition in file tables.c.