|
|
1.1 root 1: /*
2: * Table giving parity for characters and indicating
3: * character classes to tty driver. In particular,
4: * if the low 6 bits are 0, then the character needs
5: * no special processing on output.
6: * Seven-bit ASCII only
7: */
8:
9: char partab[] = {
10: 0001,0201,0201,0001,0201,0001,0001,0201,
11: 0202,0004,0003,0201,0005,0206,0201,0001,
12: 0201,0001,0001,0201,0001,0201,0201,0001,
13: 0001,0201,0201,0001,0201,0001,0001,0201,
14: 0200,0000,0000,0200,0000,0200,0200,0000,
15: 0000,0200,0200,0000,0200,0000,0000,0200,
16: 0000,0200,0200,0000,0200,0000,0000,0200,
17: 0200,0000,0000,0200,0000,0200,0200,0000,
18: 0200,0000,0000,0200,0000,0200,0200,0000,
19: 0000,0200,0200,0000,0200,0000,0000,0200,
20: 0000,0200,0200,0000,0200,0000,0000,0200,
21: 0200,0000,0000,0200,0000,0200,0200,0000,
22: 0000,0200,0200,0000,0200,0000,0000,0200,
23: 0200,0000,0000,0200,0000,0200,0200,0000,
24: 0200,0000,0000,0200,0000,0200,0200,0000,
25: 0000,0200,0200,0000,0200,0000,0000,0201,
26: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.