Lines Matching defs:termp_ps
56 struct termp_ps { struct
57 int flags;
62 size_t pscol; /* visible column (AFM units) */
63 size_t pscolnext; /* used for overstrike */
64 size_t psrow; /* visible row (AFM units) */
65 char *psmarg; /* margin buf */
66 size_t psmargsz; /* margin buf size */
67 size_t psmargcur; /* cur index in margin buf */
68 char last; /* last non-backspace seen */
69 enum termfont lastf; /* last set font */
70 enum termfont nextf; /* building next font here */
71 size_t scale; /* font scaling factor */
72 size_t pages; /* number of pages shown */
73 size_t lineheight; /* line height (AFM units) */
74 size_t top; /* body top (AFM units) */
75 size_t bottom; /* body bottom (AFM units) */
76 size_t height; /* page height (AFM units */
77 size_t width; /* page width (AFM units) */
78 size_t lastwidth; /* page width before last ll */
79 size_t left; /* body left (AFM units) */
80 size_t header; /* header pos (AFM units) */
81 size_t footer; /* footer pos (AFM units) */
82 size_t pdfbytes; /* current output byte */
83 size_t pdflastpg; /* byte of last page mark */
84 size_t pdfbody; /* start of body object */
85 size_t *pdfobjs; /* table of object offsets */
86 size_t pdfobjsz; /* size of pdfobjs */