#include <sys/types.h>
Go to the source code of this file.
◆ CONSUME
#define CONSUME |
( |
| pf, |
|
|
| len ) |
Value: { (pf)->pf_data += (len); \
(pf)->pf_datalen -= (len); \
if ((pf)->pf_datalen <= 0) { \
(pf)->pf_data = (pf)->pf_buf; \
(pf)->pf_datalen = 0; \
} \
}
◆ PF_BOT
◆ PF_EOF
◆ PF_FONT_QUERY
#define PF_FONT_QUERY (1<<5) |
◆ PF_MORESPACE
#define PF_MORESPACE 1024 |
◆ PF_QUERY
◆ PF_STW
◆ PF_TRANSLATE
#define PF_TRANSLATE (1<<4) |
◆ append()
void append |
( |
struct papfile * | pf, |
|
|
const char * | data, |
|
|
int | len ) |
◆ markline()
int markline |
( |
struct papfile * | pf, |
|
|
char ** | start, |
|
|
int * | linelength, |
|
|
int * | crlflength ) |
◆ morespace()
void morespace |
( |
struct papfile * | pf, |
|
|
const char * | data, |
|
|
int | len ) |
◆ spoolerror()
void spoolerror |
( |
struct papfile * | out, |
|
|
char * | str ) |
◆ spoolreply()
void spoolreply |
( |
struct papfile * | out, |
|
|
char * | str ) |