1: # define makecc(val,i)  lastcon = i ? (val<<8)|lastcon : val
   2: 
   3: # define  ARGINIT 32
   4: # define  AUTOINIT 48
   5: # define  SZCHAR 8
   6: # define  SZINT 16
   7: # define  SZFLOAT 32
   8: # define  SZDOUBLE 64
   9: # define  SZLONG 32
  10: # define  SZSHORT 16
  11: # define SZPOINT 16
  12: # define ALCHAR 8
  13: # define ALINT 16
  14: # define ALFLOAT 16
  15: # define ALDOUBLE 16
  16: # define ALLONG 16
  17: # define ALSHORT 16
  18: # define ALPOINT 16
  19: # define ALSTRUCT 16
  20: # define  ALSTACK 16
  21: 
  22: /*	size in which constants are converted */
  23: /*	should be long if feasable */
  24: 
  25: # define CONSZ long
  26: # define CONFMT "%Ld"
  27: 
  28: /*	size in which offsets are kept
  29: /*	should be large enough to cover address space in bits
  30: */
  31: 
  32: # define OFFSZ long
  33: 
  34: /* 	character set macro */
  35: 
  36: # define  CCTRANS(x) x
  37: 
  38: /* register cookie for stack poINTer */
  39: 
  40: # define  STKREG 5
  41: # define ARGREG 5
  42: 
  43: /*	maximum and minimum register variables */
  44: 
  45: # define MAXRVAR 4
  46: # define MINRVAR 2
  47: 
  48:     /* various standard pieces of code are used */
  49: # define STDPRTREE
  50: # define LABFMT "L%d"
  51: 
  52: /* definition indicates automatics and/or temporaries
  53:    are on a negative growing stack */
  54: 
  55: # define BACKAUTO
  56: # define BACKTEMP
  57: 
  58: # define RTOLBYTES
  59: # ifndef FORT
  60: # define ONEPASS
  61: # endif
  62: 
  63: # ifndef FORT
  64: # define EXIT dexit
  65: # endif
  66: 
  67: # define ENUMSIZE(high,low) INT

Defined macros

ALCHAR defined in line 12; used 6 times
ALFLOAT defined in line 14; used 3 times
ALLONG defined in line 16; used 4 times
ALPOINT defined in line 18; used 4 times
ALSHORT defined in line 17; used 3 times
ALSTACK defined in line 20; used 3 times
ALSTRUCT defined in line 19; used 5 times
ARGINIT defined in line 3; used 2 times
ARGREG defined in line 41; used 1 times
AUTOINIT defined in line 4; used 4 times
BACKAUTO defined in line 55; used 1 times
BACKTEMP defined in line 56; used 1 times
CCTRANS defined in line 36; used 1 times
ENUMSIZE defined in line 67; used 2 times
EXIT defined in line 64; never used
LABFMT defined in line 50; used 2 times
MAXRVAR defined in line 45; used 2 times
MINRVAR defined in line 46; used 4 times
RTOLBYTES defined in line 58; used 3 times
STDPRTREE defined in line 49; used 1 times
STKREG defined in line 40; used 1 times
SZFLOAT defined in line 7; used 2 times
SZPOINT defined in line 11; used 2 times
makecc defined in line 1; used 1 times

Usage of this include

Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 864
Valid CSS Valid XHTML 1.0 Strict