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

1.1       root        1: # include      <func.h>
                      2: # include      <sccs.h>
                      3: 
                      4: SCCSID(@(#)sysdump.c   7.1     2/5/81)
                      5: 
                      6: 
                      7: 
                      8: char   Qbuf[400];
                      9: int    QbufSize = sizeof Qbuf;
                     10: 
                     11: extern struct fn_def   SysDmpFn;
                     12: 
                     13: struct fn_def  *FuncVect[] =
                     14: {
                     15:        &SysDmpFn,
                     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: };
                     44: 
                     45: int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];

unix.superglobalmegacorp.com

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