|
|
1.1 root 1: # include <func.h>
2: # include <sccs.h>
3:
4: SCCSID(@(#)alldbu.c 7.1 2/5/81)
5:
6:
7:
8: char Qbuf[1500];
9: int QbufSize = sizeof Qbuf;
10:
11: int Noupdt;
12: short tTdbu[100];
13:
14: extern struct fn_def CopyFn;
15: extern struct fn_def CreateFn;
16: extern struct fn_def DstroyFn;
17: extern struct fn_def HelpFn;
18: extern struct fn_def DsplayFn;
19: /* extern struct fn_def KsortFn; */
20: extern struct fn_def ModifyFn;
21: extern struct fn_def PrintFn;
22: extern struct fn_def ResetrFn;
23: extern struct fn_def RmqmFn;
24: extern struct fn_def RupdatFn;
25: extern struct fn_def SaveFn;
26: extern struct fn_def IndexFn;
27:
28: struct fn_def *FuncVect[] =
29: {
30: /* 0 -- create */ &CreateFn,
31: /* 1 -- destroy */ &DstroyFn,
32: /* 2 -- update */ &RupdatFn,
33: /* 3 -- print */ &PrintFn,
34: /* 4 -- help */ &HelpFn,
35: /* 5 -- resetrel */ &ResetrFn,
36: /* 6 -- copy */ &CopyFn,
37: /* 7 -- save */ &SaveFn,
38: /* 8 -- modify */ &ModifyFn,
39: /* 9 -- index */ &IndexFn,
40: /* 10 -- display */ &DsplayFn,
41: /* 11 -- unused */ &PrintFn,
42: /* 12 -- remqm */ &RmqmFn,
43: };
44:
45: int NumFunc = sizeof FuncVect / sizeof FuncVect[0];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.