1: /*	@(#)yycopy.c	2.2	SCCS id keyword	*/
   2: /* Copyright (c) 1979 Regents of the University of California */
   3: #include    "0.h"
   4: #include    "yy.h"
   5: 
   6: OYcopy ()
   7:     {
   8:     register int    *r0 = & OY;
   9:     register int    *r1 = & Y;
  10:     register int    r2 = ( sizeof ( struct yytok ) ) / ( sizeof ( int ) );
  11: 
  12:     do
  13:         {
  14:         * r0 ++ = * r1 ++ ;
  15:         }
  16:         while ( -- r2 > 0 );
  17:     }

Defined functions

OYcopy defined in line 6; used 1 times
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1579
Valid CSS Valid XHTML 1.0 Strict