Searched refs:term_word (Results 1 – 6 of 6) sorted by relevance
/minix/external/bsd/mdocml/dist/ |
H A D | mdoc_term.c | 488 term_word(p, title); in print_mdoc_head() 496 term_word(p, buf); in print_mdoc_head() 1307 term_word(p, "("); in termp_xr_pre() 1314 term_word(p, ")"); in termp_xr_pre() 1561 term_word(p, "("); in termp_fn_pre() 1579 term_word(p, ")"); in termp_fn_pre() 1583 term_word(p, ";"); in termp_fn_pre() 1776 term_word(p, pp); in termp_xx_pre() 1870 term_word(p, ">"); in termp_in_post() 2082 term_word(p, ")"); in termp_fo_post() [all …]
|
H A D | eqn_term.c | 46 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 D | tbl_term.c | 109 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 D | man_term.c | 357 term_word(p, "["); in pre_OP() 362 term_word(p, n->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() 1124 term_word(p, meta->date); in print_man_foot() 1135 term_word(p, title); in print_man_foot() 1170 term_word(p, title); in print_man_head() 1180 term_word(p, buf); in print_man_head() [all …]
|
H A D | term.h | 109 void term_word(struct termp *, const char *);
|
H A D | term.c | 408 term_word(struct termp *p, const char *word) in term_word() function
|