b2dvips.c File Reference

Conversions. More...

#include "bmepsi.h"

Include dependency graph for b2dvips.c:


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.

Detailed Description

Conversions.


Define Documentation

#define B2DVIPS_C   1

Inside the b2dvips.c module.

#define VERSNUMB   "2.1.2"

Version number.


Function Documentation

int bmeps_can_handle ( char *  name  ) 

Check whether the file with a given name can be handled.

Check whether bmeps can handle a file.

Parameters:
name File name.
Returns:
1 if the file can be handled, 0 if not.

void bmeps_cfg ( char *  langdef  ) 

Use the configuration specified here as option.

Configure the bmeps library.

Parameters:
langdef Output language name.

int bmeps_run ( FILE *  outf,
FILE *  inf,
char *  name 
)

Run a conversion.

Parameters:
outf Output file.
inf Input file.
name Input file name.
Returns:
1 on success, 0 on error.

void bmeps_version ( FILE *  f  ) 

Print bmeps version number to output.

Print bmeps version number.

Parameters:
f Output file.

static void make_sure_to_have_configured ( char *  langdef  )  [static]

Configure the module-wide static variables exactly once.

Parameters:
langdef Name of output language.


Variable Documentation

char versnumb[] = { "2.1.2" } [static]

Version number.


Generated on Wed Apr 15 11:57:15 2009 for bmeps by  doxygen 1.5.8