FORM 4.3
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.

Function Documentation

◆ ClearTableTree()

void ClearTableTree ( TABLES T)

Definition at line 71 of file tables.c.

◆ InsTableTree()

int InsTableTree ( TABLES T,
WORD * tp )

Definition at line 102 of file tables.c.

◆ RedoTableTree()

void RedoTableTree ( TABLES T,
int newsize )

Definition at line 263 of file tables.c.

◆ FindTableTree()

int FindTableTree ( TABLES T,
WORD * tp,
int inc )

Definition at line 288 of file tables.c.

◆ DoTableExpansion()

WORD DoTableExpansion ( WORD * term,
WORD level )

Definition at line 326 of file tables.c.

◆ CoTableBase()

int CoTableBase ( UBYTE * s)

Definition at line 575 of file tables.c.

◆ FlipTable()

int FlipTable ( FUNCTIONS f,
int type )

Definition at line 619 of file tables.c.

◆ SpareTable()

int SpareTable ( TABLES TT)

Definition at line 642 of file tables.c.

◆ FindTB()

DBASE * FindTB ( UBYTE * name)

Definition at line 682 of file tables.c.

◆ CoTBcreate()

int CoTBcreate ( UBYTE * s)

Definition at line 704 of file tables.c.

◆ CoTBopen()

int CoTBopen ( UBYTE * s)

Definition at line 720 of file tables.c.

◆ CoTBaddto()

int CoTBaddto ( UBYTE * s)

Definition at line 738 of file tables.c.

◆ CoTBenter()

int CoTBenter ( UBYTE * s)

Definition at line 906 of file tables.c.

◆ CoTestUse()

int CoTestUse ( UBYTE * s)

Definition at line 1065 of file tables.c.

◆ CheckTableDeclarations()

int CheckTableDeclarations ( DBASE * d)

Definition at line 1110 of file tables.c.

◆ CoTBload()

int CoTBload ( UBYTE * ss)

Definition at line 1184 of file tables.c.

◆ TestUse()

WORD TestUse ( WORD * term,
WORD level )

Definition at line 1346 of file tables.c.

◆ CoTBaudit()

int CoTBaudit ( UBYTE * s)

Definition at line 1405 of file tables.c.

◆ CoTBon()

int CoTBon ( UBYTE * s)

Definition at line 1445 of file tables.c.

◆ CoTBoff()

int CoTBoff ( UBYTE * s)

Definition at line 1476 of file tables.c.

◆ CoTBcleanup()

int CoTBcleanup ( UBYTE * s)

Definition at line 1507 of file tables.c.

◆ CoTBreplace()

int CoTBreplace ( UBYTE * s)

Definition at line 1519 of file tables.c.

◆ CoTBuse()

int CoTBuse ( UBYTE * s)

Definition at line 1534 of file tables.c.

◆ CoApply()

int CoApply ( UBYTE * s)

Definition at line 1728 of file tables.c.

◆ CoTBhelp()

int CoTBhelp ( UBYTE * s)

Definition at line 1815 of file tables.c.

◆ ReWorkT()

VOID ReWorkT ( WORD * term,
WORD * funs,
WORD numfuns )

Definition at line 1831 of file tables.c.

◆ Apply()

WORD Apply ( WORD * term,
WORD level )

Definition at line 1912 of file tables.c.

◆ ApplyExec()

int ApplyExec ( WORD * term,
int maxtogo,
WORD level )

Definition at line 1971 of file tables.c.

◆ ApplyReset()

WORD ApplyReset ( WORD level)

Definition at line 2188 of file tables.c.

◆ TableReset()

WORD TableReset ( )

Definition at line 2224 of file tables.c.

◆ ReleaseTB()

int ReleaseTB ( )

Definition at line 2251 of file tables.c.

Variable Documentation

◆ helptb

char* helptb[]

Definition at line 1783 of file tables.c.