Annotation of 43BSDTahoe/new/X/libsun/maps.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char *rcsid_maps_c = "$Header: maps.c,v 10.3 86/11/29 13:48:27 jg Rel $";
                      3: #endif lint
                      4: /* Copyright 1985, Massachusetts Institute of Technology */
                      5: 
                      6: /* foreground/background map */
                      7: 
                      8: char FBMap[] = {0x0, 0x0, 0x0, 0x0, 0x5, 0x5, 0x5, 0x5,
                      9:                0xa, 0xa, 0xa, 0xa, 0xf, 0xf, 0xf, 0xf,
                     10: 
                     11:                0x0, 0x4, 0x8, 0xc, 0x1, 0x5, 0x9, 0xd,
                     12:                0x2, 0x6, 0xa, 0xe, 0x3, 0x7, 0xb, 0xf,
                     13: 
                     14:                0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
                     15:                0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf,
                     16: 
                     17:                0x0, 0x5, 0xa, 0xf, 0x0, 0x5, 0xa, 0xf,
                     18:                0x0, 0x5, 0xa, 0xf, 0x0, 0x5, 0xa, 0xf};
                     19: 
                     20: /* single source map */
                     21: 
                     22: char SSMap[] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
                     23:                0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf,
                     24: 
                     25:                0x0, 0x4, 0x8, 0xc, 0x1, 0x5, 0x9, 0xd,
                     26:                0x2, 0x6, 0xa, 0xe, 0x3, 0x7, 0xb, 0xf};

unix.superglobalmegacorp.com

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