#include "bmepsi.h"
Defines | |
#define | B2DVIPS_C 1 |
Inside the b2dvips.c module. | |
#define | VERSNUMB "2.1.2" |
Version number. | |
Functions | |
static void | make_sure_to_have_configured (char *langdef) |
Configure the module-wide static variables exactly once. | |
void | bmeps_cfg (char *langdef) |
Use the configuration specified here as option. | |
void | bmeps_version (FILE *f) |
Print bmeps version number to output. | |
int | bmeps_run (FILE *outf, FILE *inf, char *name) |
Run a conversion. | |
int | bmeps_can_handle (char *name) |
Check whether the file with a given name can be handled. | |
Variables | |
static char | versnumb [] = { "2.1.2" } |
Version number. | |
static char * | myargv [] = { "bmeps", NULL } |
Dummy argv array to create application structure. | |
static char | tmp1name [64] |
Name of temporary file 1. | |
static char | tmp2name [64] |
Name of temporary file 2. | |
static char | tmp3name [64] |
Name of temporary file 3. | |
static char | tmp4name [64] |
Name of temporary file 4. | |
static char | tmp5name [64] |
Name of temporary file 5. | |
static char | tmp6name [64] |
Name of temporary file 6. | |
static char | tmp7name [64] |
Name of temporary file 7. | |
static BO | bo |
Bmeps option set. | |
static BJ | bj |
Bmeps job. | |
static char | sccs_id [] = { "@(#) b2dvips.ctr 1.12 04/14/09" } |
SCCIS ID. |
#define B2DVIPS_C 1 |
Inside the b2dvips.c module.
#define VERSNUMB "2.1.2" |
Version number.
int bmeps_can_handle | ( | char * | name | ) |
Check whether the file with a given name can be handled.
Check whether bmeps can handle a file.
name | File name. |
void bmeps_cfg | ( | char * | langdef | ) |
Use the configuration specified here as option.
Configure the bmeps library.
langdef | Output language name. |
int bmeps_run | ( | FILE * | outf, | |
FILE * | inf, | |||
char * | name | |||
) |
Run a conversion.
outf | Output file. | |
inf | Input file. | |
name | Input file name. |
void bmeps_version | ( | FILE * | f | ) |
Print bmeps version number to output.
Print bmeps version number.
f | Output file. |
static void make_sure_to_have_configured | ( | char * | langdef | ) | [static] |
Configure the module-wide static variables exactly once.
langdef | Name of output language. |
char versnumb[] = { "2.1.2" } [static] |
Version number.