Lines Matching refs:termp
48 #define DECL_ARGS struct termp *p, \
60 static int a2width(const struct termp *, const char *);
61 static size_t a2height(const struct termp *, const char *);
65 static void print_man_head(struct termp *, const void *);
66 static void print_man_foot(struct termp *, const void *);
67 static void print_bvspace(struct termp *,
143 struct termp *p; in terminal_man()
148 p = (struct termp *)arg; in terminal_man()
180 a2height(const struct termp *p, const char *cp) in a2height()
192 a2width(const struct termp *p, const char *cp) in a2width()
211 print_bvspace(struct termp *p, const struct man_node *n, int pardist) in print_bvspace()
1073 print_man_foot(struct termp *p, const void *arg) in print_man_foot()
1141 print_man_head(struct termp *p, const void *arg) in print_man_head()