Searched refs:print_bvspace (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | man_html.c | 54 static void print_bvspace(struct html *, 132 print_bvspace(struct html *h, const struct man_node *n) in print_bvspace() function 490 print_bvspace(h, n); in man_PP_pre() 551 print_bvspace(h, n); in man_HP_pre()
|
H A D | man_term.c | 64 static void print_bvspace(struct termp *, 193 print_bvspace(struct termp *p, const struct man_node *n, int pardist) in print_bvspace() function 495 print_bvspace(p, n, mt->pardist); in pre_HP() 550 print_bvspace(p, n, mt->pardist); in pre_PP() 576 print_bvspace(p, n, mt->pardist); in pre_IP() 657 print_bvspace(p, n, mt->pardist); in pre_TP()
|
H A D | mdoc_term.c | 55 static void print_bvspace(struct termp *, 550 print_bvspace(struct termp *p, in print_bvspace() function 618 print_bvspace(p, n->parent->parent, n); in termp_it_pre() 1547 print_bvspace(p, n, n); in termp_bd_pre()
|