FORM v5.0.0-35-g6318119
Functions | Variables
tables.c File Reference
#include "form3.h"
#include "minos.h"
#include "comtool.h"
Include dependency graph for tables.c:

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)
 
int 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)
 
int 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)
 
void Apply (WORD *term, WORD level)
 
int ApplyExec (WORD *term, int maxtogo, WORD level)
 
void ApplyReset (WORD level)
 
void TableReset (void)
 
int ReleaseTB (void)
 

Variables

char * helptb []
 

Detailed Description

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

Definition in file tables.c.

Function Documentation

◆ ClearTableTree()

void ClearTableTree ( TABLES  T)

Definition at line 72 of file tables.c.

◆ InsTableTree()

int InsTableTree ( TABLES  T,
WORD *  tp 
)

Definition at line 103 of file tables.c.

◆ RedoTableTree()

void RedoTableTree ( TABLES  T,
int  newsize 
)

Definition at line 266 of file tables.c.

◆ FindTableTree()

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

Definition at line 291 of file tables.c.

◆ DoTableExpansion()

int DoTableExpansion ( WORD *  term,
WORD  level 
)

Definition at line 334 of file tables.c.

◆ CoTableBase()

int CoTableBase ( UBYTE *  s)

Definition at line 627 of file tables.c.

◆ FlipTable()

int FlipTable ( FUNCTIONS  f,
int  type 
)

Definition at line 671 of file tables.c.

◆ SpareTable()

int SpareTable ( TABLES  TT)

Definition at line 694 of file tables.c.

◆ FindTB()

DBASE * FindTB ( UBYTE *  name)

Definition at line 734 of file tables.c.

◆ CoTBcreate()

int CoTBcreate ( UBYTE *  s)

Definition at line 756 of file tables.c.

◆ CoTBopen()

int CoTBopen ( UBYTE *  s)

Definition at line 772 of file tables.c.

◆ CoTBaddto()

int CoTBaddto ( UBYTE *  s)

Definition at line 801 of file tables.c.

◆ CoTBenter()

int CoTBenter ( UBYTE *  s)

Definition at line 974 of file tables.c.

◆ CoTestUse()

int CoTestUse ( UBYTE *  s)

Definition at line 1133 of file tables.c.

◆ CheckTableDeclarations()

int CheckTableDeclarations ( DBASE d)

Definition at line 1178 of file tables.c.

◆ CoTBload()

int CoTBload ( UBYTE *  ss)

Definition at line 1252 of file tables.c.

◆ TestUse()

int TestUse ( WORD *  term,
WORD  level 
)

Definition at line 1414 of file tables.c.

◆ CoTBaudit()

int CoTBaudit ( UBYTE *  s)

Definition at line 1474 of file tables.c.

◆ CoTBon()

int CoTBon ( UBYTE *  s)

Definition at line 1514 of file tables.c.

◆ CoTBoff()

int CoTBoff ( UBYTE *  s)

Definition at line 1545 of file tables.c.

◆ CoTBcleanup()

int CoTBcleanup ( UBYTE *  s)

Definition at line 1576 of file tables.c.

◆ CoTBreplace()

int CoTBreplace ( UBYTE *  s)

Definition at line 1588 of file tables.c.

◆ CoTBuse()

int CoTBuse ( UBYTE *  s)

Definition at line 1603 of file tables.c.

◆ CoApply()

int CoApply ( UBYTE *  s)

Definition at line 1797 of file tables.c.

◆ CoTBhelp()

int CoTBhelp ( UBYTE *  s)

Definition at line 1884 of file tables.c.

◆ ReWorkT()

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

Definition at line 1900 of file tables.c.

◆ Apply()

void Apply ( WORD *  term,
WORD  level 
)

Definition at line 1981 of file tables.c.

◆ ApplyExec()

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

Definition at line 2039 of file tables.c.

◆ ApplyReset()

void ApplyReset ( WORD  level)

Definition at line 2256 of file tables.c.

◆ TableReset()

void TableReset ( void  )

Definition at line 2291 of file tables.c.

◆ ReleaseTB()

int ReleaseTB ( void  )

Definition at line 2317 of file tables.c.

Variable Documentation

◆ helptb

char* helptb[]

Definition at line 1852 of file tables.c.