Annotation of 40BSD/cmd/pxp/yycopy.c, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.