#include <sys/types.h>Go to the source code of this file.
Data Structures | |
| struct | papfile |
Macros | |
| #define | PF_BOT (1<<0) |
| #define | PF_EOF (1<<1) |
| #define | PF_QUERY (1<<2) |
| #define | PF_STW (1<<3) |
| #define | PF_TRANSLATE (1<<4) |
| #define | PF_FONT_QUERY (1<<5) |
| #define | CONSUME(pf, len) |
| #define | PF_MORESPACE 1024 |
Functions | |
| int | markline (struct papfile *, char **, int *, int *) |
| void | morespace (struct papfile *, const char *, int) |
| void | append (struct papfile *, const char *, int) |
| void | spoolerror (struct papfile *, char *) |
| void | spoolreply (struct papfile *, char *) |
| #define CONSUME | ( | pf, | |
| len ) |
| #define PF_BOT (1<<0) |
| #define PF_EOF (1<<1) |
| #define PF_FONT_QUERY (1<<5) |
| #define PF_MORESPACE 1024 |
| #define PF_QUERY (1<<2) |
| #define PF_STW (1<<3) |
| #define PF_TRANSLATE (1<<4) |
| void append | ( | struct papfile * | pf, |
| const char * | data, | ||
| int | len ) |
| int markline | ( | struct papfile * | pf, |
| char ** | start, | ||
| int * | linelength, | ||
| int * | crlflength ) |
| void morespace | ( | struct papfile * | pf, |
| const char * | data, | ||
| int | len ) |
| void spoolerror | ( | struct papfile * | out, |
| char * | str ) |
| void spoolreply | ( | struct papfile * | out, |
| char * | str ) |