Searched refs:term_margin (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h45 typedef void (*term_margin)(struct termp *, const struct roff_meta *); typedef
110 term_margin headf; /* invoked to print head */
111 term_margin footf; /* invoked to print foot */
139 void term_begin(struct termp *, term_margin,
140 term_margin, const struct roff_meta *);
H A Dterm.c70 term_begin(struct termp *p, term_margin head,
71 term_margin foot, const struct roff_meta *arg)

Completed in 57 milliseconds