aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api-documentation/html/gbf_8h-source.html
blob: 4760e53fe3a03c36344a4896a710472f34dbad7b (plain) (blame)
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
74
75
76
77
78
79
80
81
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gbf.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>gbf.h</h1><div class="fragment"><pre>00001 <span class="comment">/* Header for module GBF, generated by p2c */</span>
00002 <span class="preprocessor">#ifndef GBF_H</span>
00003 <span class="preprocessor"></span><span class="preprocessor">#define GBF_H</span>
00004 <span class="preprocessor"></span><span class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module SYSUTILS [271] */</span>
00005 
00006 
00007 <span class="preprocessor">#include "sysutils.h"</span>
00008 <span class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module DIALOGS [271] */</span>
00009 <span class="preprocessor">#include "dialogs.h"</span>
00010 
00011 
00012 <span class="preprocessor">#ifdef GBF_G</span>
00013 <span class="preprocessor"></span><span class="preprocessor"># define vextern</span>
00014 <span class="preprocessor"></span><span class="preprocessor">#else</span>
00015 <span class="preprocessor"></span><span class="preprocessor"># define vextern extern</span>
00016 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00017 <span class="preprocessor"></span>
00018 
00019 
00020 <span class="keyword">typedef</span> <span class="keyword">enum</span> {
00021   tokNull, tokEOF, tokHeader, tokContent, tokTail, tokStyle, tokWord,
00022   tokSpace, tokSync, tokControl, tokChar, tokFont
00023 } TToken;
00024 <span class="keyword">typedef</span> <span class="keyword">enum</span> {
00025   caBold, caSmallCaps, caItalic, caOTQuote, caRed, caSuperscript, caUnderline,
00026   caSubscript
00027 } TCharacterAttribute;
00028 <span class="keyword">typedef</span> <span class="keywordtype">long</span> TCharAttribs;
00029 
00030 
00031 
00032 <span class="keyword">typedef</span> <span class="keyword">struct </span>TBookNameRec {
00033   Char Name[256], Abbr[256];
00034   uchar Num;
00035 } TBookNameRec;
00036 
00037 <span class="keyword">typedef</span> TBookNameRec TBookAbbr[116];
00038 <span class="comment">/* p2c: Gbf.pas, line 25: </span>
00039 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
00040 <span class="comment">/* p2c: Gbf.pas, line 25: </span>
00041 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
00042 <span class="comment">/* p2c: Gbf.pas, line 25: Warning: Division by zero [163] */</span>
00043 <span class="comment">/* p2c: Gbf.pas, line 26: Warning: Division by zero [163] */</span>
00044 <span class="comment">/* p2c: Gbf.pas, line 26: Warning: Expected a ')', found a '(' [227] */</span>
00045 <span class="comment">/* p2c: Gbf.pas, line 144: </span>
00046 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
00047 <span class="comment">/* p2c: Gbf.pas, line 144: </span>
00048 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
00049 <span class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</span>
00050 <span class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</span>
00051 <span class="comment">/* p2c: Gbf.pas, line 145: Warning: Mixing non-strings with strings [170] */</span>
00052 <span class="comment">/* p2c: Gbf.pas, line 145: </span>
00053 <span class="comment"> * Warning: Expected a ')', found a string literal [227] */</span>
00054 
00055 
00056 <span class="keyword">extern</span> TBookAbbr BookAbbr;
00057 
00058 <span class="keyword">extern</span> Char BookFileName[91][256];
00059 
00060 vextern Char STR1[256];
00061 
00062 
00063 <span class="preprocessor">#undef vextern</span>
00064 <span class="preprocessor"></span>
00065 <span class="preprocessor">#endif </span><span class="comment">/*GBF_H*/</span>
00066 
00067 <span class="comment">/* End. */</span>
</pre></div><hr><address style="align: right;"><small>Generated on Thu Oct 31 12:11:28 2002 for The Sword Project by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>