1: #if UCB_NKB == 1
   2: #define NTREC       10
   3: #endif
   4: #ifndef UCB_NKB
   5: #define NTREC       20
   6: #endif
   7: #define MLEN        16
   8: #define MSIZ        4096
   9: 
  10: #define TS_TAPE     1
  11: #define TS_INODE    2
  12: #define TS_BITS     3
  13: #define TS_ADDR     4
  14: #define TS_END      5
  15: #define TS_CLRI     6
  16: #define MAGIC       (int)60011
  17: #define CHECKSUM    (int)84446
  18: struct  spcl
  19: {
  20:     int c_type;
  21:     time_t  c_date;
  22:     time_t  c_ddate;
  23:     int c_volume;
  24:     daddr_t c_tapea;
  25:     ino_t   c_inumber;
  26:     int c_magic;
  27:     int c_checksum;
  28:     struct  dinode  c_dinode;
  29:     int c_count;
  30:     char    c_addr[BSIZE];
  31: } spcl;
  32: 
  33: struct  idates
  34: {
  35:     char    id_name[16];
  36:     char    id_incno;
  37:     time_t  id_ddate;
  38: };

Defined variables

spcl defined in line 31; used 132 times

Defined struct's

idates defined in line 33; used 40 times
spcl defined in line 18; used 30 times

Defined macros

NTREC defined in line 5; used 31 times
TS_END defined in line 14; used 4 times

Usage of this include

Last modified: 1983-08-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 690
Valid CSS Valid XHTML 1.0 Strict