Next: struct x1f4_textpipe_type, Up: Output Library Types
typedef struct x1f4_lxnear_type {
struct {
int (*line) (void *), (*post) (void *),
(*push) (void *, const char *, unsigned);
void *data;
} textflat_set;
struct {
unsigned miss;
const struct x1f4_textpipe_type *textpipe_data;
} nearpipe_set;
struct {
int (*free) (void *, void *), (*link) (void *, void **, unsigned),
(*mode) (void *, void **, unsigned);
void *data;
} codelink_set;
} x1f4_lxnear_type;
The x1f4_lxnear_type record lists the application concerns related to
the output library generation.
The fields that are always interpreted by the text library constructor function are:
nearpipe_setmisstextpipe_datastruct x1f4_textpipe_type record output device
descriptions, miss long.
The fields that are interpreted only if so requested are:
See Output Library Generation Flags.
codelink_setfreelinkmodedatatextflat_setlinepushpostdata