Searched refs:term_margin (Results 1 – 2 of 2) sorted by relevance
47 typedef void (*term_margin)(struct termp *, const void *); typedef90 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 *);
56 term_begin(struct termp *p, term_margin head, in term_begin()57 term_margin foot, const void *arg) in term_begin()