Searched refs:term_word (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/mdocml/ |
H A D | mdoc_term.c | 378 term_word(p, n->string); in print_mdoc_node() 467 term_word(p, meta->os); in print_mdoc_foot() 475 term_word(p, meta->date); in print_mdoc_foot() 484 term_word(p, meta->os); in print_mdoc_foot() 533 term_word(p, title); in print_mdoc_head() 541 term_word(p, volume); in print_mdoc_head() 550 term_word(p, title); in print_mdoc_head() 756 term_word(p, "\\ \\ "); in termp_it_pre() 760 term_word(p, "\\ "); in termp_it_pre() 879 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 | 322 term_word(p, nn->string); in pre_alternate() 341 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() 887 term_word(p, "<"); in post_UR() 894 term_word(p, ">"); in post_UR() 925 term_word(p, n->string); in print_man_node() 1042 term_word(p, meta->os); in print_man_foot() 1053 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 | 96 term_word(p, nc1->string); in roff_term_pre_ce()
|
H A D | term.c | 422 term_word(p, p->mc); in endline() 522 term_word(struct termp *p, const char *word) in term_word() function
|
H A D | tbl_term.c | 773 term_word(tp, cp); in tbl_fill_string() 945 term_word(tp, dp->string); in tbl_word()
|