Searched refs:term_margin (Results 1 – 2 of 2) sorted by relevance
45 typedef void (*term_margin)(struct termp *, const struct roff_meta *); typedef111 term_margin headf; /* invoked to print head */112 term_margin footf; /* invoked to print foot */140 void term_begin(struct termp *, term_margin,141 term_margin, const struct roff_meta *);
68 term_begin(struct termp *p, term_margin head, in term_begin()69 term_margin foot, const struct roff_meta *arg) in term_begin()