11PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_null =
"null:Null device:-1:null:42:null\n";
16void plD_line_null(
PLStream *,
short,
short,
short,
short );
26#ifndef ENABLE_DYNDRIVERS
27 pdt->pl_MenuStr =
"Null device";
28 pdt->pl_DevName =
"null";
void(* plD_line_fp)(struct PLStream_struct *, short, short, short, short)
void(* plD_tidy_fp)(struct PLStream_struct *)
void(* plD_bop_fp)(struct PLStream_struct *)
void(* plD_state_fp)(struct PLStream_struct *, PLINT)
void(* plD_eop_fp)(struct PLStream_struct *)
void(* plD_init_fp)(struct PLStream_struct *)
void(* plD_esc_fp)(struct PLStream_struct *, PLINT, void *)
void(* plD_polyline_fp)(struct PLStream_struct *, short *, short *, PLINT)
PLDLLIMPEXP_DRIVER void plD_dispatch_init_null(PLDispatchTable *pdt)
void plP_setpxl(PLFLT xpmm, PLFLT ypmm)
void plP_setphy(PLINT xmin, PLINT xmax, PLINT ymin, PLINT ymax)
static PLStream * pls[PL_NSTREAMS]
#define PLDLLIMPEXP_DRIVER