Home
last modified time | relevance | path

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

/NextBSD/contrib/mdocml/
HDmdoc_term.c339 term_word(p, n->string); in print_mdoc_node()
435 term_word(p, meta->os); in print_mdoc_foot()
443 term_word(p, meta->date); in print_mdoc_foot()
452 term_word(p, meta->os); in print_mdoc_foot()
504 term_word(p, title); in print_mdoc_head()
512 term_word(p, volume); in print_mdoc_head()
521 term_word(p, title); in print_mdoc_head()
738 term_word(p, "\\ \\ "); in termp_it_pre()
742 term_word(p, "\\ "); in termp_it_pre()
898 term_word(p, "\\[bu]"); in termp_it_pre()
[all …]
HDeqn_term.c60 term_word(p, bp->left != NULL ? bp->left : "("); in eqn_box()
67 term_word(p, bp->text); in eqn_box()
70 term_word(p, "sqrt"); in eqn_box()
77 term_word(p, bp->pos == EQNPOS_OVER ? "/" : in eqn_box()
87 term_word(p, "^"); in eqn_box()
114 term_word(p, bp->right != NULL ? bp->right : ")"); in eqn_box()
121 term_word(p, bp->top); in eqn_box()
125 term_word(p, "_"); in eqn_box()
HDman_term.c341 term_word(p, "["); in pre_OP()
346 term_word(p, n->string); in pre_OP()
350 term_word(p, n->next->string); in pre_OP()
355 term_word(p, "]"); in pre_OP()
908 term_word(p, "<"); in post_UR()
915 term_word(p, ">"); in post_UR()
937 term_word(p, n->string); in print_man_node()
1058 term_word(p, meta->source); in print_man_foot()
1068 term_word(p, meta->date); in print_man_foot()
1079 term_word(p, title); in print_man_foot()
[all …]
HDtbl_term.c121 term_word(tp, horiz ? "+" : "|"); in term_tbl()
180 term_word(tp, horiz ? "+" : " |"); in term_tbl()
227 term_word(tp, "+"); in tbl_hrule()
248 term_word(tp, "+"); in tbl_hrule()
322 term_word(tp, cp); in tbl_char()
423 term_word(tp, dp->string); in tbl_word()
HDterm.h117 void term_word(struct termp *, const char *);
HDterm.c391 term_word(struct termp *p, const char *word) in term_word() function