#include <stdio.h>#include <sys\types.h>#include "regexp.h"#include "cawflib.h"#include "proto.h"Go to the source code of this file.
Classes | |
| struct | fcode |
| struct | fontstr |
| struct | hytab |
| struct | macro |
| struct | nbr |
| struct | parms |
| struct | rx |
| struct | scale |
| struct | schtab |
| struct | str |
Defines | |
| #define | DEVCONFIG "device.cf" |
| #define | ESC '\033' |
| #define | MAXEXP 30 |
| #define | MAXFSTK 5 |
| #define | MAXHYCH 10 |
| #define | MAXLINE 512 |
| #define | MAXMACRO 100 |
| #define | MAXMTXT 1024 |
| #define | MAXNHNR 10 |
| #define | MAXNR 50 |
| #define | MAXOLL 512 |
| #define | MAXSCH 256 |
| #define | MAXSP 25 |
| #define | MAXSTR 100 |
| #define | LEFTADJ 0 |
| #define | RIGHTADJ 1 |
| #define | BOTHADJ 2 |
| #define | FATAL 0 |
| #define | LINE 0 |
| #define | NOLINE 1 |
| #define | WARN 1 |
| #define | PADLEFT 0 |
| #define | PADRIGHT 1 |
| #define | NOBREAK -1 |
| #define | DOBREAK -2 |
| #define | MESSAGE -3 |
| #define | MANMACROS 1 |
| #define | MSMACROS 2 |
Variables | |
| int | Adj |
| unsigned char * | Aftnxt |
| unsigned char * | Args [] |
| unsigned char * | Argstack [] |
| int | Backc |
| int | Botmarg |
| int | Centering |
| int | Condstack [] |
| unsigned char * | Cont |
| int | Contlen |
| int | Curmx |
| char * | Device |
| char * | Devconf |
| char * | Devfont |
| int | Divert |
| FILE * | Efs |
| unsigned char * | Eol |
| int | Eollen |
| int | Err |
| unsigned char * | F |
| struct fcode | Fcode [] |
| int | Fill |
| unsigned char | Font [] |
| int | Fontctl |
| char | Fontstat |
| int | Fph |
| int | Fsp |
| struct fontstr | Fstr |
| unsigned char * | Ftc |
| unsigned char * | Ftl |
| unsigned char * | Ftr |
| unsigned char * | Hdc |
| int | Hdft |
| unsigned char * | Hdl |
| unsigned char * | Hdr |
| FILE * | Ifs |
| FILE * | Ifs_stk [] |
| int | Ind |
| unsigned char * | Inname |
| unsigned char * | Inn_stk [] |
| struct hytab | Hychar [] |
| int | LL |
| unsigned char | Line [] |
| int | Lockil |
| int | Marg |
| struct macro | Macrotab [] |
| int | Macrostack [] |
| unsigned char * | Macrotxt [] |
| int | Mtx |
| int | Mxstack [] |
| int | Nhnr [] |
| int | Nhy |
| int | Nleftstack [] |
| int | Nmac |
| int | Nnr |
| int | Nospmode |
| int | Nparms |
| int | NR |
| int | NR_stk [] |
| int | Nsch |
| int | Nstr |
| int | Ntabs |
| struct nbr | Numb [] |
| int | Nxtln |
| char * | optarg |
| int | optind |
| int | Outll |
| unsigned char | Outln [] |
| int | Outlx |
| int | P2il |
| unsigned char * | P2name |
| int | P3fill |
| int | Padchar [] |
| int | Padfrom |
| int | Padx |
| struct parms | Parms [] |
| unsigned char | Pass1ln [] |
| unsigned char | Pass2ln [] |
| struct rx | Pat [] |
| int | Pglen |
| int | Pgoff |
| char * | Pname |
| unsigned char | Prevfont |
| int | Ptrstack [] |
| struct scale | Scale [] |
| double | Scalen |
| double | Scaleu |
| double | Scalev |
| struct schtab | Schar [] |
| int | Sp |
| struct str | Str [] |
| int | Sx |
| int | Tabs [] |
| int | Thispg |
| int | Tind |
| int | Topmarg |
| unsigned char * | Trtbl |
| int | Uhyph |
| int | Vspace |
| unsigned char | Word [] |
| int | Wordl |
| int | Wordx |
| int | Dowarn |
| int Macrostack[] |
| int Nleftstack[] |
1.5.8