~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/texk/web2c/omegadir-1.15/omega.defines

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{ omega.defines: Web declarations of Omega
2
 
 
3
 
This file is part of the Omega project, which
4
 
is based on the web2c distribution of TeX.
5
 
 
6
 
Copyright (c) 1994--2000 John Plaice and Yannis Haralambous
7
 
 
8
 
This library is free software; you can redistribute it and/or
9
 
modify it under the terms of the GNU Library General Public
10
 
License as published by the Free Software Foundation; either
11
 
version 2 of the License, or (at your option) any later version.
12
 
 
13
 
This library is distributed in the hope that it will be useful,
14
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
Library General Public License for more details.
17
 
 
18
 
You should have received a copy of the GNU Library General Public
19
 
License along with this library; if not, write to the Free Software
20
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
 
 
22
 
}
23
 
 
24
 
@define function newinputln ();
25
 
@define function getfilemode ();
26
 
@define function newinputline ();
27
 
@define function neweqtb ();
28
 
@define function neweqtbint ();
29
 
@define function neweqtbsc ();
30
 
@define function newequiv ();
31
 
@define function newequiv1 ();
32
 
@define function neweqlevel ();
33
 
@define function neweqtype ();
34
 
 
35
 
@define function newhashnext ();
36
 
@define function newhashtext ();
37
 
@define function newxeqlevel ();
38
 
 
39
 
@define procedure odateandtime ();
40
 
@define procedure allocatefonttable ();
41
 
@define procedure dumpfonttable ();
42
 
@define procedure undumpfonttable ();
43
 
@define procedure allocatefontsorttable ();
44
 
@define procedure dumpfontsorttable ();
45
 
@define procedure undumpfontsorttable ();
46
 
@define procedure allocateocptable ();
47
 
@define procedure dumpocptable ();
48
 
@define procedure undumpocptable ();
49
 
@define procedure initeqtbtable;
50
 
@define procedure dumpeqtbtable;
51
 
@define procedure undumpeqtbtable;
52
 
@define procedure setneweqtb ();
53
 
@define procedure setneweqtbint ();
54
 
@define procedure setneweqtbsc ();
55
 
@define procedure setequiv ();
56
 
@define procedure setequiv1 ();
57
 
@define procedure seteqtype ();
58
 
@define procedure seteqlevel ();
59
 
@define procedure btestin ;
60
 
@define procedure runexternalocp ();
61
 
 
62
 
@define procedure sethashnext ();
63
 
@define procedure sethashtext ();
64
 
@define procedure setintzero ();
65
 
@define procedure setintone ();
66
 
 
67
 
@define var fonttables;
68
 
@define var fontsorttables;
69
 
@define var ocptables;
70
 
 
71
 
@define var ocptemp;
72
 
 
73
 
{ end of omega.defines }