1: /*	head.h	4.1	81/05/14	*/
   2: 
   3: ADDR    maxoff;
   4: ADDR    localval;
   5: 
   6: struct  nlist *symtab, *esymtab;
   7: struct  nlist *cursym;
   8: struct  nlist *lookup();
   9: 
  10: struct  exec filhdr;
  11: 
  12: long    var[36];
  13: 
  14: int xargc;
  15: 
  16: MAP txtmap;
  17: MAP datmap;
  18: INT wtflag;
  19: INT fcor;
  20: INT fsym;
  21: L_INT   maxfile;
  22: L_INT   maxstor;
  23: INT signo;
  24: 
  25: union {
  26:     struct  user U;
  27:     char    UU[ctob(UPAGES)];
  28: } udot;
  29: #define u   udot.U
  30: 
  31: char    *corfil, *symfil;

Defined variables

corfil defined in line 31; used 4 times
cursym defined in line 7; used 27 times
esymtab defined in line 6; used 6 times
filhdr defined in line 10; used 28 times
symfil defined in line 31; used 11 times
symtab defined in line 6; used 10 times
xargc defined in line 14; used 2 times

Defined macros

Usage of this include

Last modified: 1984-08-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 830
Valid CSS Valid XHTML 1.0 Strict