1: /*					-[Sat Jan 29 14:02:34 1983 by jkf]-
   2:  * 	vaxframe.h			$Locker:  $
   3:  * vax calling frame definition
   4:  *
   5:  * $Header: vaxframe.h,v 1.3 84/02/29 15:06:57 sklower Exp $
   6:  *
   7:  * (c) copyright 1982, Regents of the University of California
   8:  */
   9: 
  10: struct machframe {
  11:     lispval (*handler)();
  12:     long    mask;
  13:     lispval *ap;
  14: struct  machframe   *fp;
  15:     lispval (*pc)();
  16:     lispval *r6;
  17:     lispval *r7;
  18: };

Defined struct's

machframe defined in line 10; used 2 times
  • in line 14(2)
Last modified: 1985-08-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 605
Valid CSS Valid XHTML 1.0 Strict