#include "tif_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tif_fax3.h"
Go to the source code of this file.
Data Structures |
| struct | proto |
Defines |
| #define | streq(a, b) (strcmp(a,b) == 0) |
Functions |
| int | getopt (int, char **, char *) |
| static void | FillTable (TIFFFaxTabEnt *T, int Size, struct proto *P, int State) |
| void | WriteTable (FILE *fd, const TIFFFaxTabEnt *T, int Size, const char *name) |
| int | main (int argc, char *argv[]) |
Variables |
| TIFFFaxTabEnt | MainTable [128] |
| TIFFFaxTabEnt | WhiteTable [4096] |
| TIFFFaxTabEnt | BlackTable [8192] |
| static struct proto | Pass [] |
| static struct proto | Horiz [] |
| static struct proto | V0 [] |
| static struct proto | VR [] |
| static struct proto | VL [] |
| static struct proto | Ext [] |
| static struct proto | EOLV [] |
| static struct proto | MakeUpW [] |
| static struct proto | MakeUpB [] |
| static struct proto | MakeUp [] |
| static struct proto | TermW [] |
| static struct proto | TermB [] |
| static struct proto | EOLH [] |
| static char * | storage_class = "" |
| static char * | const_class = "" |
| static int | packoutput = 1 |
| static char * | prebrace = "" |
| static char * | postbrace = "" |