Rev 8880 | Rev 14712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8880 | Rev 13757 | ||
---|---|---|---|
Line 124... | Line 124... | ||
124 | int catfile(FILE *outf, char *fn,...); |
124 | int catfile(FILE *outf, char *fn,...); |
125 | extern char *fnd_position; |
125 | extern char *fnd_position; |
126 | extern char *fnd_nextpos; |
126 | extern char *fnd_nextpos; |
127 | 127 | ||
128 | extern char *acctab, *deatab; |
128 | extern char *acctab, *deatab; |
- | 129 | ||
- | 130 | extern char *htmlsymbs[][2]; |
|
- | 131 | extern int htmltrans[][256]; |
|
- | 132 | void inithtmltrans(); |
|
129 | 133 | ||
130 | /* evalue.c */ |
134 | /* evalue.c */ |
131 | #define EV_S "EVLS" |
135 | #define EV_S "EVLS" |
132 | #define EV_T "EVLT" |
136 | #define EV_T "EVLT" |
133 | #define EV_X "EVLX" |
137 | #define EV_X "EVLX" |