Lines Matching refs:termp
47 #define DECL_ARGS struct termp *p, \
57 static int a2width(const struct termp *, const char *);
59 static void print_bvspace(struct termp *,
63 static void print_mdoc_head(struct termp *, const struct roff_meta *);
64 static void print_mdoc_foot(struct termp *, const struct roff_meta *);
65 static void synopsis_pre(struct termp *, struct roff_node *);
252 struct termp *p; in terminal_mdoc()
255 p = (struct termp *)arg; in terminal_mdoc()
444 print_mdoc_foot(struct termp *p, const struct roff_meta *meta) in print_mdoc_foot()
493 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head()
562 a2width(const struct termp *p, const char *v) in a2width()
581 print_bvspace(struct termp *p, struct roff_node *bl, struct roff_node *n) in print_bvspace()
1179 synopsis_pre(struct termp *p, struct roff_node *n) in synopsis_pre()