blob: 2a7ef420b7727dc21447000a1ef4d8ecd377ed01 (
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
{ omega.defines: Web declarations of Omega
This file is part of the Omega project, which
is based on the web2c distribution of TeX.
Copyright (c) 1994--2000 John Plaice and Yannis Haralambous
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
@define function newinputln ();
@define function getfilemode ();
@define function newinputline ();
@define function neweqtb ();
@define function neweqtbint ();
@define function neweqtbsc ();
@define function newequiv ();
@define function newequiv1 ();
@define function neweqlevel ();
@define function neweqtype ();
@define function newhashnext ();
@define function newhashtext ();
@define function newxeqlevel ();
@define procedure odateandtime ();
@define procedure allocatefonttable ();
@define procedure dumpfonttable ();
@define procedure undumpfonttable ();
@define procedure allocatefontsorttable ();
@define procedure dumpfontsorttable ();
@define procedure undumpfontsorttable ();
@define procedure allocateocptable ();
@define procedure dumpocptable ();
@define procedure undumpocptable ();
@define procedure initeqtbtable;
@define procedure dumpeqtbtable;
@define procedure undumpeqtbtable;
@define procedure setneweqtb ();
@define procedure setneweqtbint ();
@define procedure setneweqtbsc ();
@define procedure setequiv ();
@define procedure setequiv1 ();
@define procedure seteqtype ();
@define procedure seteqlevel ();
@define procedure btestin ;
@define procedure runexternalocp ();
@define procedure sethashnext ();
@define procedure sethashtext ();
@define procedure setintzero ();
@define procedure setintone ();
@define var fonttables;
@define var fontsorttables;
@define var ocptables;
@define var ocptemp;
{ end of omega.defines }
|