Home
last modified time | relevance | path

Searched refs:term_word (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_term.c331 term_word(p, n->string); in print_mdoc_node()
417 term_word(p, meta->os); in print_mdoc_foot()
424 term_word(p, meta->date); in print_mdoc_foot()
433 term_word(p, meta->os); in print_mdoc_foot()
488 term_word(p, title); in print_mdoc_head()
496 term_word(p, buf); in print_mdoc_head()
505 term_word(p, title); in print_mdoc_head()
746 term_word(p, "\\ \\ "); in termp_it_pre()
750 term_word(p, "\\ "); in termp_it_pre()
904 term_word(p, "\\[bu]"); in termp_it_pre()
[all …]
H A Deqn_term.c46 term_word(p, " "); in term_eqn()
57 term_word(p, bp->left); in eqn_box()
59 term_word(p, "("); in eqn_box()
62 term_word(p, bp->text); in eqn_box()
68 term_word(p, ")"); in eqn_box()
70 term_word(p, bp->right); in eqn_box()
H A Dtbl_term.c109 term_word(tp, TBL_SPAN_HORIZ == sp->pos || in term_tbl()
163 term_word(tp, TBL_SPAN_HORIZ == sp->pos || in term_tbl()
246 term_word(tp, "+"); in tbl_hframe()
252 term_word(tp, "+"); in tbl_hframe()
337 term_word(tp, cp); in tbl_char()
379 term_word(tp, dp->string); in tbl_literal()
420 term_word(tp, dp->string); in tbl_number()
H A Dman_term.c357 term_word(p, "["); in pre_OP()
362 term_word(p, n->string); in pre_OP()
366 term_word(p, n->next->string); in pre_OP()
371 term_word(p, "]"); in pre_OP()
968 term_word(p, "<"); in post_UR()
975 term_word(p, ">"); in post_UR()
997 term_word(p, n->string); in print_man_node()
1113 term_word(p, meta->source); in print_man_foot()
1124 term_word(p, meta->date); in print_man_foot()
1135 term_word(p, title); in print_man_foot()
[all …]
H A Dterm.h109 void term_word(struct termp *, const char *);
H A Dterm.c408 term_word(struct termp *p, const char *word) in term_word() function