blob: 2826d0b3aa7766016bc60c15b17186a893980c20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
extern struct _IO_FILE *stderr;
typedef long integer;
typedef unsigned char byte;
short nl;
byte * tfmfilearray;
integer charbase, ligkernbase;
unsigned char charsonline;
short c;
unsigned short r;
struct {
short cc;
integer rr;
} labeltable[259];
short sortptr;
unsigned char activity[(32510) + 1];
integer ai, acti;
extern void _IO_putc (char, struct _IO_FILE *);
void
mainbody (void)
{
register integer for_end;
if (c <= for_end)
do {
if (((tfmfilearray + 1001)[4 * (charbase + c) + 2] % 4) == 1)
{
if ( r < nl )
;
else
{
while (labeltable[sortptr ].rr > r)
labeltable[sortptr + 1 ]= labeltable[sortptr];
}
}
} while (c++ < for_end);
if (ai <= for_end)
do {
if (activity[ai]== 2)
{
r = (tfmfilearray + 1001)[4 * (ligkernbase + (ai))];
if (r < 128)
{
r = r + ai + 1 ;
if (r >= nl)
{
if (charsonline > 0)
_IO_putc ('\n', stderr);
}
}
}
} while (ai++ < for_end);
}
|