Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm.h47 typedef void (*term_margin)(struct termp *, const void *); typedef
90 term_margin headf; /* invoked to print head */
91 term_margin footf; /* invoked to print foot */
111 void term_begin(struct termp *, term_margin,
112 term_margin, const void *);
H A Dterm.c56 term_begin(struct termp *p, term_margin head, in term_begin()
57 term_margin foot, const void *arg) in term_begin()