|
|
1.1 ! root 1: #include "sh.h" ! 2: ! 3: /* ! 4: * Table for determining type of character. ! 5: */ ! 6: char lextab[] ={ ! 7: 0103, /* EOF */ ! 8: 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, /* 0x00 to 0x07 */ ! 9: 0000, 0101, 0103, 0000, 0000, 0000, 0000, 0000, /* 0x08 to 0x0F */ ! 10: 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, /* 0x10 to 0x17 */ ! 11: 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, /* 0x18 to 0x1F */ ! 12: 0101, 0010, 0003, 0010, 0017, 0000, 0101, 0001, /* 0x20 to 0x27 */ ! 13: 0101, 0101, 0210, 0000, 0000, 0010, 0000, 0000, /* 0x28 to 0x2F */ ! 14: 0030, 0030, 0030, 0030, 0030, 0030, 0030, 0030, /* 0x30 to 0x37 */ ! 15: 0030, 0030, 0000, 0101, 0101, 0000, 0101, 0210, /* 0x38 to 0x3F */ ! 16: 0010, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x40 to 0x47 */ ! 17: 0040, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x48 to 0x4F */ ! 18: 0040, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x50 to 0x57 */ ! 19: 0040, 0040, 0040, 0200, 0007, 0200, 0000, 0040, /* 0x58 to 0x5F */ ! 20: 0007, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x60 to 0x67 */ ! 21: 0040, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x68 to 0x6F */ ! 22: 0040, 0040, 0040, 0040, 0040, 0040, 0040, 0040, /* 0x70 to 0x77 */ ! 23: 0040, 0040, 0040, 0000, 0101, 0000, 0000, 0000 /* 0x78 to 0x7F */ ! 24: }; ! 25:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.