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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h44 typedef void (*term_margin)(struct termp *, const struct roff_meta *); typedef
93 term_margin headf; /* invoked to print head */
94 term_margin footf; /* invoked to print foot */
121 void term_begin(struct termp *, term_margin,
122 term_margin, const struct roff_meta *);
H A Dterm.c51 term_begin(struct termp *p, term_margin head,
52 term_margin foot, const struct roff_meta *arg)

Completed in 60 milliseconds