|
|
1.1 root 1: /* partab.c 4.2 81/03/08 */
2:
3: /*
4: * Table giving parity for characters and indicating
5: * character classes to tty driver. In particular,
6: * if the low 6 bits are 0, then the character needs
7: * no special processing on output.
8: */
9:
10: char partab[] = {
11: 0001,0201,0201,0001,0201,0001,0001,0201,
12: 0202,0004,0003,0201,0005,0206,0201,0001,
13: 0201,0001,0001,0201,0001,0201,0201,0001,
14: 0001,0201,0201,0001,0201,0001,0001,0201,
15: 0200,0000,0000,0200,0000,0200,0200,0000,
16: 0000,0200,0200,0000,0200,0000,0000,0200,
17: 0000,0200,0200,0000,0200,0000,0000,0200,
18: 0200,0000,0000,0200,0000,0200,0200,0000,
19: 0200,0000,0000,0200,0000,0200,0200,0000,
20: 0000,0200,0200,0000,0200,0000,0000,0200,
21: 0000,0200,0200,0000,0200,0000,0000,0200,
22: 0200,0000,0000,0200,0000,0200,0200,0000,
23: 0000,0200,0200,0000,0200,0000,0000,0200,
24: 0200,0000,0000,0200,0000,0200,0200,0000,
25: 0200,0000,0000,0200,0000,0200,0200,0000,
26: 0000,0200,0200,0000,0200,0000,0000,0201,
27:
28: /*
29: * 7 bit ascii ends with the last character above,
30: * but we contine through all 256 codes for the sake
31: * of the tty output routines which use special vax
32: * instructions which need a 256 character trt table.
33: */
34:
35: 0007,0007,0007,0007,0007,0007,0007,0007,
36: 0007,0007,0007,0007,0007,0007,0007,0007,
37: 0007,0007,0007,0007,0007,0007,0007,0007,
38: 0007,0007,0007,0007,0007,0007,0007,0007,
39: 0007,0007,0007,0007,0007,0007,0007,0007,
40: 0007,0007,0007,0007,0007,0007,0007,0007,
41: 0007,0007,0007,0007,0007,0007,0007,0007,
42: 0007,0007,0007,0007,0007,0007,0007,0007,
43: 0007,0007,0007,0007,0007,0007,0007,0007,
44: 0007,0007,0007,0007,0007,0007,0007,0007,
45: 0007,0007,0007,0007,0007,0007,0007,0007,
46: 0007,0007,0007,0007,0007,0007,0007,0007,
47: 0007,0007,0007,0007,0007,0007,0007,0007,
48: 0007,0007,0007,0007,0007,0007,0007,0007,
49: 0007,0007,0007,0007,0007,0007,0007,0007,
50: 0007,0007,0007,0007,0007,0007,0007,0007
51: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.