FreeBASIC  0.91.0
dev_lpt.c File Reference
#include "fb.h"
Include dependency graph for dev_lpt.c:

Go to the source code of this file.

Functions

static FB_FILEfb_DevLptFindDeviceByName (int iPort, char *filename, int no_redir)
 
static char * fb_DevLptMakeDeviceName (DEV_LPT_PROTOCOL *lpt_proto)
 
int fb_DevLptOpen (FB_FILE *handle, const char *filename, size_t filename_len)
 
int fb_DevPrinterSetWidth (const char *pszDevice, int width, int default_width)
 
int fb_DevPrinterGetOffset (const char *pszDevice)
 

Variables

static FB_FILE_HOOKS hooks_dev_lpt
 

Function Documentation

static FB_FILE* fb_DevLptFindDeviceByName ( int  iPort,
char *  filename,
int  no_redir 
)
static

Definition at line 5 of file dev_lpt.c.

Here is the caller graph for this function:

static char* fb_DevLptMakeDeviceName ( DEV_LPT_PROTOCOL lpt_proto)
static

Definition at line 35 of file dev_lpt.c.

Here is the caller graph for this function:

int fb_DevLptOpen ( FB_FILE handle,
const char *  filename,
size_t  filename_len 
)

Definition at line 64 of file dev_lpt.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_DevPrinterGetOffset ( const char *  pszDevice)

Definition at line 167 of file dev_lpt.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_DevPrinterSetWidth ( const char *  pszDevice,
int  width,
int  default_width 
)

Definition at line 135 of file dev_lpt.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FB_FILE_HOOKS hooks_dev_lpt
static
Initial value:

Definition at line 48 of file dev_lpt.c.