Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_term.c533 term_word(p, title); in print_mdoc_head()
1161 term_word(p, "("); in termp_xr_pre()
1168 term_word(p, ")"); in termp_xr_pre()
1367 term_word(p, "("); in termp_fn_pre()
1385 term_word(p, ")"); in termp_fn_pre()
1389 term_word(p, ";"); in termp_fn_pre()
1417 term_word(p, ","); in termp_fa_pre()
1541 term_word(p, "<"); in termp_in_pre()
1556 term_word(p, ">"); in termp_in_post()
1772 term_word(p, ")"); in termp_fo_post()
[all …]
H A Deqn_term.c83 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 Dman_term.c322 term_word(p, nn->string); in pre_alternate()
341 term_word(p, "["); in pre_OP()
346 term_word(p, n->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()
1042 term_word(p, meta->os); in print_man_foot()
1064 term_word(p, title); in print_man_foot()
1106 term_word(p, title); in print_man_head()
1116 term_word(p, volume); in print_man_head()
[all …]
H A Dterm.h137 void term_word(struct termp *, const char *);
H A Droff_term.c96 term_word(p, nc1->string); in roff_term_pre_ce()
H A Dterm.c422 term_word(p, p->mc); in endline()
522 term_word(struct termp *p, const char *word) in term_word() function
H A Dtbl_term.c773 term_word(tp, cp); in tbl_fill_string()
945 term_word(tp, dp->string); in tbl_word()