Lines Matching refs:termp
43 #define DECL_ARGS struct termp *p, \
53 static int a2width(const struct termp *, const char *);
55 static void print_bvspace(struct termp *,
60 static void print_mdoc_head(struct termp *, const void *);
61 static void print_mdoc_foot(struct termp *, const void *);
62 static void synopsis_pre(struct termp *,
257 struct termp *p; in terminal_mdoc()
259 p = (struct termp *)arg; in terminal_mdoc()
409 print_mdoc_foot(struct termp *p, const void *arg) in print_mdoc_foot()
461 print_mdoc_head(struct termp *p, const void *arg) in print_mdoc_head()
533 a2width(const struct termp *p, const char *v) in a2width()
550 print_bvspace(struct termp *p, in print_bvspace()
1269 synopsis_pre(struct termp *p, const struct mdoc_node *n) in synopsis_pre()