Annotation of 43BSD/ingres/source/conf/sysdump.c, revision 1.1.1.1

1.1       root        1: # include      <ingres.h>
                      2: # include      <func.h>
                      3: # include      <sccs.h>
                      4: 
                      5: SCCSID(@(#)sysdump.c   8.1     12/31/84)
                      6: 
                      7: 
                      8: 
                      9: char   Qbuf[400];
                     10: int    QbufSize = sizeof Qbuf;
                     11: 
                     12: extern struct fn_def   SysDmpFn;
                     13: 
                     14: struct fn_def  *FuncVect[] =
                     15: {
                     16:        &SysDmpFn,
                     17:        &SysDmpFn,
                     18:        &SysDmpFn,
                     19:        &SysDmpFn,
                     20:        &SysDmpFn,
                     21:        &SysDmpFn,
                     22:        &SysDmpFn,
                     23:        &SysDmpFn,
                     24:        &SysDmpFn,
                     25:        &SysDmpFn,
                     26:        &SysDmpFn,
                     27:        &SysDmpFn,
                     28:        &SysDmpFn,
                     29:        &SysDmpFn,
                     30:        &SysDmpFn,
                     31:        &SysDmpFn,
                     32:        &SysDmpFn,
                     33:        &SysDmpFn,
                     34:        &SysDmpFn,
                     35:        &SysDmpFn,
                     36:        &SysDmpFn,
                     37:        &SysDmpFn,
                     38:        &SysDmpFn,
                     39:        &SysDmpFn,
                     40:        &SysDmpFn,
                     41:        &SysDmpFn,
                     42:        &SysDmpFn,
                     43:        &SysDmpFn,
                     44: };
                     45: 
                     46: int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];
                     47: 
                     48: DESC   Btreesec;
                     49: int    Btree_fd;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.