H A D | term.h | 43 struct termp; 45 typedef void (*term_margin)(struct termp *, const struct roff_meta *); 61 struct termp { struct 112 void (*letter)(struct termp *, int); argument 113 void (*begin)(struct termp *); argument 114 void (*end)(struct termp *); argument 115 void (*endline)(struct termp *); argument 116 void (*advance)(struct termp *, size_t); argument 117 void (*setwidth)(struct termp *, int, int); argument 118 size_t (*width)(const struct termp *, int); argument [all …]
|