Searched refs:term_word (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_term.c | 375 term_word(p, n->string); in print_mdoc_node() 464 term_word(p, meta->os); in print_mdoc_foot() 472 term_word(p, meta->date); in print_mdoc_foot() 481 term_word(p, meta->os); in print_mdoc_foot() 530 term_word(p, title); in print_mdoc_head() 538 term_word(p, volume); in print_mdoc_head() 547 term_word(p, title); in print_mdoc_head() 764 term_word(p, "\\ \\ "); in termp_it_pre() 768 term_word(p, "\\ "); in termp_it_pre() 887 term_word(p, "\\[bu]"); in termp_it_pre() [all …]
|
H A D | eqn_term.c | 83 term_word(p, bp->left != NULL ? bp->left : "("); in eqn_box() 97 term_word(p, bp->text); in eqn_box() 109 term_word(p, "\\(sr"); in eqn_box() 118 term_word(p, bp->pos == EQNPOS_OVER ? "/" : in eqn_box() 128 term_word(p, "^"); in eqn_box() 159 term_word(p, bp->top); in eqn_box() 163 term_word(p, "_"); in eqn_box() 170 term_word(p, bp->right != NULL ? bp->right : ")"); in eqn_box()
|
H A D | man_term.c | 311 term_word(p, nn->string); in pre_alternate() 330 term_word(p, "["); in pre_OP() 335 term_word(p, n->string); in pre_OP() 339 term_word(p, n->next->string); in pre_OP() 344 term_word(p, "]"); in pre_OP() 884 term_word(p, "<"); in post_UR() 891 term_word(p, ">"); in post_UR() 919 term_word(p, n->string); in print_man_node() 1040 term_word(p, meta->os); in print_man_foot() 1051 term_word(p, meta->date); in print_man_foot() [all …]
|
H A D | term.h | 137 void term_word(struct termp *, const char *);
|
H A D | roff_term.c | 94 term_word(p, nc1->string); in roff_term_pre_ce()
|
H A D | term.c | 425 term_word(p, p->mc); in endline() 525 term_word(struct termp *p, const char *word) in term_word() function
|
H A D | tbl_term.c | 772 term_word(tp, cp); in tbl_fill_string() 930 term_word(tp, dp->string); in tbl_word()
|