Home
last modified time | relevance | path

Searched refs:ROFF_nf (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_html.c105 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) in roff_html_pre_nf()
112 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) { in roff_html_pre_sp()
H A Dman.c311 (tok == ROFF_nf || tok == ROFF_fi) && in man_breakscope()
325 if (man->flags & MAN_BLINE && tok != ROFF_nf && tok != ROFF_fi && in man_breakscope()
H A Dmdoc_man.c983 bef = n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
986 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd()
987 else if (n->last->tok == ROFF_nf) in post_bd()
988 now = ROFF_nf; in post_bd()
992 now = n->last->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
H A Dman_html.c174 else if (html_fillmode(h, ROFF_nf) == ROFF_nf && in print_man_node()
H A Droff.h80 ROFF_nf, enumerator
H A Dhtml.c326 had = t == NULL ? ROFF_fi : ROFF_nf; in html_fillmode()
333 case ROFF_nf: in html_fillmode()
H A Dmdoc_html.c354 else if (html_fillmode(h, ROFF_nf) == ROFF_nf && in print_mdoc_node()
H A Droff.c3485 if (tok == ROFF_nf) in roff_noarg()